null

Equivalent to the null character (ASCII zero).

# Metadata

Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 2.0 Security:

# Syntax

# Examples

read from file "modem:" until null

# 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

# See

- **keyword:** character - **constant:** space - **property:** script - **command:** constant