en:left

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.txt · Last modified: 2014/02/09 20:48 by admin