Skip to content

String

Type Code: 12. Internal Name: C8

Strings are used to store text values. A String is a Vector of Characters (C8).

 (type "asdasd")
C8

Strings are commonly used for storing text data in Tables and for various input/output operations.

See String usage in IPC context