IntControl 53

Syntax:

IntControl (53, p1, 0, 0, 0)

 

Set line terminator type for FileWrite.

Note: Normally, FileWrite adds a carriage return and line feed (CR/LF) after writing each line to the file. This IntControl lets you select a different line terminator, or none at all, as specified by "p1".

p1  Terminator

0  No line terminator

1  CR/LF (DOS) (default)

2  LF (UNIX)

3  CR (Macintosh)

4  Tab

This function returns the previous setting.