null

Typeconstant
DictionaryLCS
LibraryLiveCode Script
Syntax
null
Summary

Equivalent to the null character (ASCII zero).

Introduced2.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
read from file "modem:" until null
RelatedKeyword: 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.

Tagstext processing