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