I am trying to have a page read from a long and varied list of parameters and deliver the result to a dynamic field onscreen. Arrays are out for different reasons. Is there a way of doing it ? I was looping, having bob go from one to ten and then using
if(dr+"bob"+state==="OFFLINE"
{do this);
but Flash refused to play. I then went to
drstate = dr+"bob"+state;
if(drstate==="OFFLINE"
{do this);
And Flash told me that drstate equalled dr1state, rather than the contents of the variable I had (not) called.
Can Flash do this ? Am I just too dense ?
Any help appreciated.
if(dr+"bob"+state==="OFFLINE"
but Flash refused to play. I then went to
drstate = dr+"bob"+state;
if(drstate==="OFFLINE"
And Flash told me that drstate equalled dr1state, rather than the contents of the variable I had (not) called.
Can Flash do this ? Am I just too dense ?
Any help appreciated.