Not sure if this is the right forum, so please excuse me if I am in the
wrong place.
I have a galil 18x2 card and when a variable is not set, and that variable
is used in a mg (message) statement or an if statement,
the card returns a "variable error 9 " I would like to be able to check a variable to see if is set, to avoid the error...
i.e.:
if (not variable) then set variable = "some safe value"
I can't find any documentation how to do this.... and I don't want to preset
the variable every time the program is started....
Thanks!