put content | |||||||
Type | command | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Write the given (unicode) string to stdout, processing it for suitable output in an SGML content context. | ||||||
Introduced | 4.6.3 | ||||||
OS | mac, windows, linux | ||||||
Platforms | server | ||||||
Parameters |
| ||||||
Example |
| ||||||
Related | Command: put header, put, put markup, put text, put binary Keyword: after, before | ||||||
Description | Use the put content command to write a string to stdout that contains HTML markup. This functions identically to 'put markup' except that '<', '>', '&' and '"' are encoded as named entities - <, >, & and ". | ||||||
Tags | text processing |