Workshop.codes
Create

Char In String Last updated September 03, 2025

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.). If this index is outside the bounds of the string, an empty string will be returned instead.

Workshop.codes