Home › Forums › HTBasic Forum › Reading data from a WS_FILE › Reply To: Reading data from a WS_FILE
January 29, 2020 at 5:52 pm
#4433
Anonymous
As for the format I am not sure as I haven’t looked into it. Try to use FORMAT ON in your ASSIGN statement in order to use ASCII encoding.
If you have a bunch of old data stored in that format you could write a script to read it all in with format off then save it back out with format on to be readable text.