space

Equivalent to the space character (ASCII 32).

# Metadata

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

# Syntax

space

# Examples

"a" & space & "b"

put firstName & space & lastName into fullName

# Description

Use the space constant as an easier-to-read substitute for " ".

# Tags

# See

- **command:** constant - **glossary:** ASCII - **keyword:** character