I'd like to know when the use of timeframeexpand is valid. Is it for both 
arrays and variables, or just arrays?

If I have a true/false (1/0) statement within my timeframeset parameters, do I 
still need to expand it to use the variable once the original timeframe is 
restored?

Ie:

timeframeset(in5minute)
SwitchOn = C>O;
timeframerestore();

Do I still need to do:

SwitchOn = timeframeexpand(SwitchOn,in5minute);

Thanks,

Adrian



Reply via email to