CONST

The CONST function outputs the defined constant.

Input

Number of Connections: 0

Output

OutputData TypeDescription
Output1StringThe string defined in the Data property.

Property

NameProperty TypeDescription
DataStringThe constant.
EnableMetaCharacterBoolean If set to True, meta characters may be used in the Data property.
The following meta characters can be used.

Meta CharacterControl Character
\tTAB
\rCR
\nLF

The "\" character can be used as an escape character. Use "\\" to output a single "\". A single "\" will result in a compile error.

Topic