C++
bool setExpandLF( bool bExpandLF );
Description
Enables/disables new line expansion. If this is enabled, every new line character (n) is expanded to the carriage return-linefeed (rn) character pair when being written to the file.
New line expansion is by default turned on for AcFILE object.
Returns the previous state of new line expansion flag.
Parameters
Parameters | Description |
---|---|
bExpandLF | Input Boolean true if new line expansion is desired, or false otherwise. |