outputLineEndings | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | The outputLineEndings property determines what line ending conversion to perform on text output. | ||||||
Introduced | 4.6.3 | ||||||
OS | mac, windows, linux | ||||||
Platforms | server | ||||||
Parameters |
| ||||||
Example |
| ||||||
Related | |||||||
Description | Use the outputLineEndings property to determine what line ending conversion to perform on text output. outputLineEndings is only available when running in CGI mode (Server). The quoted literals must be used when setting this property - the property expects a name not a sequence of bytes to use as the line-ending. The reason behind this is two-fold - (1) it is more 'correct' from the point of view it is identifying the style of line-ending rather than the sequence of bytes to use (2) 'cr' and 'lf' are defined as the same numToChar(10) constant on all platforms. |