CurrentTimeNo = StaticVarGet( "LastBar" );
//Lastbarvalues=StaticVarGet("LastBar");

if ( IsNull( CurrentTimeNo ) )
{

}

I get a error if while for has to be numeric or boolean. Now i am stuck on how 
to check if this array is null. any ideas on how to resolve it.

--- In [email protected], "Mike" <sfclimb...@...> wrote:
>
> According to the documentation, they always exist. It's just a matter of 
> whether or not they've been initialized to anything other than null. You can 
> try comparing to null if that gets you what you want.
> 
> Mike
> 
> --- In [email protected], "murthysuresh" <murthysuresh@> wrote:
> >
> > how do i check if a static variable exists in memory?
> >
>


Reply via email to