Documentation Update for READ DATA

Started by James Zukowski, December 04, 2024, 11:07:59 AM

Previous topic - Next topic

James Zukowski

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!!
James Zukowski
Sr. Developer - J&E

BRAND>SAFWAY
Brand Industrial Services

Elora Kelemen

The documentation will be corrected. Thank you, James, for bringing this to our attention.