Posted by carl on January 21, 2016 at 05:51:17:
I have a program where I SET a variable to a long string. I use
SET FLDLIST$ = "CNAME CATN CADR1 CADR2 CADR3 CPHONECCITY _
CSTATECZIP CCNTRYCEMAILONAME OATN OADR1 OADR2 OADR3 OPHONEOCITY OSTATE_
OZIP OCNTRYOEMAILOCPO ORDBY SPINSTOCSTCDOJOB"
I then parse that variable into 27 parts of 6 each. The part OSTATE at the end of second continuation mark gets truncated to OSTAT. If I try to add a space there the next variable comes out as " OZIP"
I changed to program to SET FLDLIST$ = "CNAME CATN CADR1 CADR2 CADR3 CPHONECCITY _
CSTATECZIP CCNTRYCEMAILONAME OATN OADR1 OADR2 OADR3 OPHONEOCITY OSTATEOZIP OCNTRYOEMAILOCPO ORDBY SPINSTOCSTCDOJOB" with only one continuation and it works fine.
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.