Skip to content

TEGS Scripting: String Library

Jon Thysell edited this page Mar 19, 2022 · 12 revisions

The String library provides constants and functions relevant to the String type.

Constants

Name Full Name Type Value Description
Empty String.Empty String "" The empty String.

Functions

Length

Returns the number of characters in the given String.

String.Length(String)

Integer String.Length(String value)

Parameters

value String

The given String.

Returns

Integer

The number of characters in the given String.