space

Typeconstant
DictionaryLCS
LibraryLiveCode Script
Syntax
space
Summary

Equivalent to the space character (ASCII 32).

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
"a" & space & "b"
put firstName & space & lastName into fullName
RelatedCommand: constant
Glossary: ASCII
Keyword: character
Description

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

Tagstext processing