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!!
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!!