character
function
The character
action Gets the character at a specific position in text. It belongs to the text category within the ui area.
Action Syntax
character 123 of $variable
A numeric value followed by a value followed by A variable name starting with $
character $variable of $variable
A variable name starting with $ followed by a value followed by A variable name starting with $
character 123 of "text"
A numeric value followed by a value followed by A quoted text string
character $variable of "text"
A variable name starting with $ followed by a value followed by A quoted text string
Return Value
This function returns a
TEXT
value that can be stored in a variable:
$result = character
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$text = character 3 of $var
Action code: 3188724542
Version: 0.6.4-4
Last updated: 2025-06-13