tab

Typeconstant
DictionaryLCS
LibraryLiveCode Script
Syntax
tab
Summary

Equivalent to the tab character (ASCII 9, Control-I).

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
write field nextField & tab to file exportFile
RelatedKeyword: 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.

Tagstext processing