I am using Open /R refNum to open a file to read from. Then I use FReadLine refNum, LineOfText to get a line from the file. I want to have an if statment that goes like:
if (LineOfText=="")
put stuff here
endif
but when I do this it doesn't compile and says LineOfText is an inappropiate name or symbol. How do I compare two strings.
//put Stuff here
endif
If you want to compare some strings you can use:
print "the lineoftext was poo"
endif
November 24, 2008 at 03:40 pm - Permalink
Software Engineer, WaveMetrics, Inc.
November 29, 2008 at 03:01 pm - Permalink