null | |
Type | constant |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Equivalent to the null character (ASCII zero). |
Introduced | 2.0 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Example |
|
Related | Keyword: character Constant: space Property: script Command: constant |
Description | Use the null constant as an easier-to-read substitute for numToChar(0). The null constant is needed because you can't type the character it represents in a script. |
Tags | text processing |