-
Notifications
You must be signed in to change notification settings - Fork 1
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.
Name | Full Name | Type | Value | Description |
---|---|---|---|---|
Empty | String.Empty |
String | "" |
The empty String. |
Returns the number of characters in the given String.
Integer String.Length(String value)
Parameters
value
String
The given String.
Returns
The number of characters in the given String.
Copyright (c) 2019-2024 Jon Thysell