Origin Version (Select Help-->About Origin): 7.5 Operating System: windows xp
hi, in c++ visual there was a way to tell if a variable was an alphanumeric. like u could say if (x==alphanumeric) then blah blh blah. i don't remember the exact syntax. but is there something like that in origin? a way to check if a variable is a number?
because what i'm trying to do is see if what someone entered after a getn is a number or not. and if not, then i could loop it so they would have to reenter a value. thanks
hmmm, so the 0/0 is sort of like NULL, thanks. but then is there a way for labtalk to tell the difference between whether if a variable became a string or a number? oh, i just looked around and it seems if you enter letters instead of numbers for getn, the variable gets assigned a "--" like just like if you left it blank. ok thanks, that clears up everything