Testing a string in if statement -
04-07-2012, 01:26 PM
How do I test in an if statement ...
if (parameter== string)
if (direction=="forward") . I am trying to do this within a custom walk procedure, (Alice 3.0). It seems i can only test for integer or real number, or boolean.
Thanks...
|