put markup | |||||||
Type | command | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Write the given (unicode) string to stdout, processing it for suitable output in an SGML markup context. | ||||||
Introduced | 4.6.3 | ||||||
OS | mac, windows, linux | ||||||
Platforms | server | ||||||
Parameters |
| ||||||
Example |
| ||||||
Related | Command: put header, put, put text, put content, put binary Keyword: after, before Property: outputTextEncoding, outputLineEndings | ||||||
Description | Use the put markup command to write a string to stdout that contains HTML markup. Upon output the text is converted to match the setting of the current outputTextEncoding property, with any unrepresentable characters being output using a decimal character entity reference ddddd;. Additionally, the internal line ending character 'LF' is transformed on output to match the setting of the outputLineEndings property. | ||||||
Tags | text processing |