I am not sure I understand what you are trying to achieve (what does endless mean?).
Once you initialize a variable to ANY value it will no longer be NULL. Maybe just set it initially to -1.0 or +999999 (not a possible value) and go from there... Joseph Biran ____________________________________________ -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Thomas Z. Sent: Sunday, May 13, 2007 12:20 AM To: [email protected] Subject: RE: [amibroker] opposite of NULL available ? Hello, i would like to initialize a variable (short stop) of my loop with endless value, not search if a value is endless. Is there any way ? Otherwise I think I have to solve it through another way. Thomas www.patternexplorer.com From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Tomasz Janeczko Sent: Sunday, May 13, 2007 1:44 AM To: [email protected] Subject: Re: [amibroker] opposite of NULL available ? Hello, NOT IsNull( ...) Best regards, Tomasz Janeczko amibroker.com ----- Original Message ----- From: J. Biran To: [email protected] Sent: Sunday, May 13, 2007 1:22 AM Subject: RE: [amibroker] opposite of NULL available ? !NULL or NOT NULL ?? Joseph Biran ____________________________________________ ________________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Thomas Z. Sent: Saturday, May 12, 2007 11:53 AM To: [email protected] Subject: [amibroker] opposite of NULL available ? Hello, does anyone know if the opposite of NULL is available ? I want to use an unlimited value inside my loop to start. Thomas www.patternexplorer.com
