| View previous topic :: View next topic |
| Author |
Message |
jonny
Joined: 13 Nov 2004 Posts: 3004 Location: Minnesota
|
Posted: Sat Feb 05, 2005 1:02 am Post subject: Unclear documentation |
|
|
Loop (read file contents)
These docs aren't very clear on the exact contents of the built-in variable A_LoopReadLine. Apparently it does not contain the EOL character (`n or `r`n), as I had previously thought. Could you please mention something to this effect in the documentation? |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10467
|
Posted: Sat Feb 05, 2005 1:26 am Post subject: |
|
|
Thanks, I've changed it to: "It contains the contents of the current line in the file, excluding the carriage return and linefeed (`r`n) that marks the end of the line."
I've also indicated that: "the file's lines may end in either linefeed (`n) or carriage return + linefeed (`r`n)."
Improvements to the documentation are always welcome because I often have tunnel vision and can't spot the weak areas. |
|
| Back to top |
|
 |
|