User Tools

Site Tools


en:left

This is an old revision of the document!


Left (Function)

Format

left( string_expr, length)

returns string_value

Description

Returns a portion of the specified string_expr, starting from the first character on the left and continuing for length characters.

See Also

Example

print left("Hello", 2)

will display

He

See Also

History

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