User Tools

Site Tools


en:left

This is an old revision of the document!


Left (Function)

Format

left( string_expression, length)

returns string_expression ==== Description ==== If length is greater than or equal to zero, returns a portion of the specified string_expression, starting from the first character on the left and continuing for length characters. If length is less than zero then remove length characters from the left of the string. ==== Example ==== <code> print left(“Hello”, 2) print left(“Hello”, -2) </code> will display <code> He llo </code> ==== See Also ====

==== History ==== |0.9.5b|New To Version| |1.99.99.53|Added start position < 0|

en/left.1471028182.txt.gz · Last modified: 2020/02/28 10:46 (external edit)