![]() | ![]() Products ![]() ![]() ![]() ![]() |
Home » Technical Support » Elevate Web Builder Technical Support » Incident Reports » Incident Reports Reported for Version 2.06 » View Incident Report |
![]() |
Reported By: Michael Dreher Reported On: 7/27/2017 For: Version 2.06 Build 5 |
// type TCell = class end; // TCellIterator = class public procedure Reset; end; // // function IFF(condition : boolean; const c1, c2 : TCell) : TCell; // function IFF(condition : boolean; i1, i2 : integer) : integer; and applied the IFF function // procedure TCellIterator.Reset; // var i : integer; // begin // i := IFF(3 > 0, 0, -1); // end; The JS output is // cells_tcelliterator.$p.reset = function() // { // var $t = this, i; // i = (3 > 0, 0, -1); // (*) // };
This web page was last updated on Wednesday, February 8, 2023 at 07:22 AM | Privacy Policy![]() © 2023 Elevate Software, Inc. All Rights Reserved Questions or comments ? ![]() |