PxPlus User Forum

Main Board => Discussions => Wish List => Topic started by: James Zukowski on December 04, 2024, 11:07:59 AM

Title: Documentation Update for READ DATA
Post by: James Zukowski on December 04, 2024, 11:07:59 AM
I had a small problem loading data out of a variable into discrete variables with READ DATA. Based on the current documentation, I should be able to:

READ DATA FROM var$,sep=Sep$,err=Bad_Data to iol=My_IOL$

Whenever I type that in, though, I get a syntax error. I was finally able to get it to enter and run properly with:

READ DATA FROM var$,sep=Sep$ to iol=My_IOL$,err=Bad_Data

Could someone update the documentation to present this properly, please?

Thank you!!
Title: Re: Documentation Update for READ DATA
Post by: Elora Kelemen on December 05, 2024, 08:38:28 AM
The documentation will be corrected. Thank you, James, for bringing this to our attention.