PureBytes Links
Trading Reference Links
|
When I use the line below I get an error that "Variable ... is not initialized" ... which is correct
Null_Test = (IsNull(Last_BuyState));
Looking for a way to do same test for uninitialized variables, such as
Init_Test = IsNotInit(Last_BuyState));
"IsNotInit" function does not exist ... is there a workaround for this?
Would like to be able to do this:
if (IsNotInit(Last_BuyState)) {Last_BuyState = Null; } // or any other value
This will allow me to initialize variables when first starting program without having to make an assignments that repeats every cycle thru the code
Thanks
Ara
[Non-text portions of this message have been removed]
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|