User Tools

Site Tools


en:left

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
en:left [2016/08/13 08:20]
admin
en:left [2017/09/07 15:00]
junior-root [History]
Line 1: Line 1:
 ===== Left (Function) ===== ===== Left (Function) =====
 ==== Format ==== ==== Format ====
-left( [[stringexpressions|string_expression]], [[integerexpressions|length]])+left( [[stringexpressions|string_expression]], [[integerexpressions|length_expression]])
  
 returns [[stringexpressions|string_expression]] returns [[stringexpressions|string_expression]]
  
 ==== Description ==== ==== Description ====
-If length is greater than or equal to zero, returns a portion of the specified [[stringexpressions|string_expression]], starting from the first character on the left and continuing for [[integerexpressions|length]] characters. If length is less than zero then remove [[integerexpressions|length]] characters from the left of the string.+If length is greater than or equal to zero, returns a portion of the specified [[stringexpressions|string_expression]], starting from the first character on the left and continuing for [[integerexpressions|length_expression]] characters. If length is less than zero then remove [[integerexpressions|length_expression]] characters from the left of the string.
  
 ==== Example ==== ==== Example ====
Line 24: Line 24:
 ==== History ====  ==== History ==== 
 |0.9.5b|New To Version| |0.9.5b|New To Version|
-|1.99.99.53|Added start position < 0|+|1.99.99.53|Added length < 0|
  
en/left.txt ยท Last modified: 2020/02/28 10:46 (external edit)