Description
The character found at a specified index of a String.
Snippet
Char In String(Global.variableName, 0);
Properties
Returns: String
Parameters: String, Index
String
Type: String, Default: Global Variable
The String Value whose character to acquire.Index
Type: Integer, Default: 0
The index of the character to be acquired (with 0 as the first character, 1 as the second character, etc.).