Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » Elevate Web Builder Technical Support » Support Forums » Elevate Web Builder General » View Thread |
Messages 1 to 2 of 2 total |
Assigning NIL to a variable of type variant |
Fri, Mar 17 2017 3:10 AM | Permanent Link |
Michael Dreher | I tried to initialize a variable "v" of type variant with
v := NIL; // Pascal expecting a translation v = null; // JavaScript as it's done with variables of type TObject. But it's translated into v = NIL; // JavaScript NIL is not defined in JS. M. Dreher |
Fri, Mar 17 2017 8:21 AM | Permanent Link |
Tim Young [Elevate Software] Elevate Software, Inc. timyoung@elevatesoft.com | Michael,
<< I tried to initialize a variable "v" of type variant with v := NIL; // Pascal expecting a translation v = null; // JavaScript as it's done with variables of type TObject. But it's translated into v = NIL; // JavaScript NIL is not defined in JS. >> Thanks, I'll check it out. It's probably related to the prior variant assignment fix. Tim Young Elevate Software www.elevatesoft.com |
This web page was last updated on Monday, October 14, 2024 at 05:15 PM | Privacy PolicySite Map © 2024 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |