put text | |||||||
Type | command | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Write the (unicode) text string to stdout. | ||||||
Introduced | 4.6.3 | ||||||
OS | mac, windows, linux | ||||||
Platforms | server | ||||||
Parameters |
| ||||||
Example |
| ||||||
Related | Command: put header, put, put markup, put binary, put content Keyword: after, before Property: outputLineEndings | ||||||
Description | Use the put text command to write the (unicode) string to stdout. When converting, any characters that are encountered which are not representable in the output text encoding are output as '?'. In both cases, the internal line ending character 'LF' is transformed on output to match the setting of the outputLineEndings property. | ||||||
Tags | text processing |