User Tools

Site Tools


en:right

This is an old revision of the document!


Right (Function)

Format

right( string_expr, length)

returns string_value

Description

Returns a portion of the specified string_expr, starting from the last length characters from the right end of the of the string.

See Also

Example

print right("Hello", 2)

will display

lo

See Also

History

0.9.5bNew To Version
en/right.1451713320.txt.gz · Last modified: 2020/02/28 10:46 (external edit)