User Tools

Site Tools


en:left

Differences

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

Link to this comparison view

en:left [2016/01/01 22:41]
127.0.0.1 external edit
en:left [2020/02/28 10:46]
Line 1: Line 1:
-===== 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 ==== 
-[[mid|Mid]], [[right|Right]] 
-==== Example ==== 
-<code> 
-print left("Hello", 2) 
-</code> 
-will display 
-<code> 
-He 
-</code> 
- 
-==== See Also ==== 
-{{page>en:start#String Handling&noheader}} 
- 
-==== History ====  
-|0.9.5b|New To Version| 
  
en/left.txt ยท Last modified: 2020/02/28 10:46 (external edit)