Dear Mark,I have a very simple question. I want to check the value of arguments in GO scripts, e.g. $1 $2 and so on when a program is running.
I suppose you want to print out the values on your screen. If so,\cancel mode verifysay 1st arg = ($1)say 2nd arg = ($2)set mode/last verify(Switching off and on of the verify mode is optional.)
If I include the command QUERY $1 in a GO script the value is returned to the terminal but the program stops.
Because I've never heard of QUERY, I'll leave this issue for more knowledgeable people.Ryo