Posted by Robert G Laurin on July 09, 2018 at 10:46:04:
In Reply to: Buffer Overflow caused by FILE CSV??? posted by Bob A on July 09, 2018 at 10:03:16:
Once the record is read and parsed by Comet, all the variables have content. When you print it out, it prints using declared size of the variables. SO it is possible to read a short record and print a very large one if the variables are declared long. I have no clue how DYNAMIC would behave.
Last time I checked, the maximum for a plain write to a text file is 8,000 bytes.
You may want to consider using PrintFile mnemonic
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.