bangalibhai
Programmer
Hi,
I would greatly appreciate if someone could help me out with the following.
Testvar="Barray[0]=var1 OR Barray[1]=var1 OR Barray[2]=var1"
I would like to use the content of testvar in an if statement
if (TestVar) Then
...
...
Endif
But the above systax does not work. How do I reference the value of the string and execute what's in it?
Thanks,
Nihad
I would greatly appreciate if someone could help me out with the following.
Testvar="Barray[0]=var1 OR Barray[1]=var1 OR Barray[2]=var1"
I would like to use the content of testvar in an if statement
if (TestVar) Then
...
...
Endif
But the above systax does not work. How do I reference the value of the string and execute what's in it?
Thanks,
Nihad