User Tools

Site Tools


el:left

Differences

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

Link to this comparison view

el:left [2016/01/01 22:39]
el:left [2020/02/28 10:46] (current)
Line 1: Line 1:
 +===== Left =====
 +==== Format ====
 +left( //string//, //length//)
 +==== Description ====
 +Returns a portion of the specified //string//, 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>
 +
 +==== New To Version ==== 
 +0.9.5b