Guest
Hi,
I need to read data from a file. I do it with
line=read(fp)
name=car(parseString(line " "))
It parses all other data but when it gets to "ctrl<63>" it issues an
error that the expected data is not of type SS.
Does anyone knows what type is "ctrl<63>" read form a text file?
Thanks,
Sonia
I need to read data from a file. I do it with
line=read(fp)
name=car(parseString(line " "))
It parses all other data but when it gets to "ctrl<63>" it issues an
error that the expected data is not of type SS.
Does anyone knows what type is "ctrl<63>" read form a text file?
Thanks,
Sonia