Skip to content

String

Type Code: 12. Internal Name: String

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

 (type "asdasd")
String

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

See String usage in IPC context