[J3] Is there a simple way to read this?

Steve Lionel steve at stevelionel.com
Wed Apr 9 21:35:08 UTC 2025


On 4/9/2025 5:30 PM, Van Snyder via J3 wrote:
>
> Is there a simple way that I've missed in 007 to read such lines, or 
> must I pre-check and pre-process such lines, replacing the last 
> character non-blank of the line, if it's a comma, with ",/"?
>
Why not just append a / to the end of every line after you read it in? 
It will be harmless if there's a last value, and give you the null if not.

Steve



More information about the J3 mailing list