Skip to main content

RIGHT

Returns a specified number of characters from the end of a text string.

CategoryText
SyntaxRIGHT(text, [num_chars])

Parameters

ParameterRequiredDescription
textRequiredThe text string from which to extract characters.
num_charsOptionalThe number of characters to extract from the right. Defaults to 1.

Example

RIGHT("Hello", 3)   // → "llo"

Auto-generated from the EngCanvas function registry.