character
Function
Gets the character at a specific position in text
Syntax
$text = character 3 of $var
with number and variable
$text = character $index of $var
with number variable and text variable
$text = character 3 of "Hello World"
with number and literal text
$text = character $index of "Hello World"
with number variable and literal text