G
Greg
Guest
how do you let the user enter a string from the CIW when your running
a skill script from a file.
right now I have a source file with a program in it, and I'm loading
it with load("MySourceFile.il")
in the source file i have the line gets(x piport)
rather than stalling the program until the user inputs a line to be
stored in x as a string (which is what i want to happen), it just
reads the next line in my source file and puts that in x.
a skill script from a file.
right now I have a source file with a program in it, and I'm loading
it with load("MySourceFile.il")
in the source file i have the line gets(x piport)
rather than stalling the program until the user inputs a line to be
stored in x as a string (which is what i want to happen), it just
reads the next line in my source file and puts that in x.