Differences

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

Link to this comparison view

ppl:functions:left [2019/04/16 13:14] – created - external edit 127.0.0.1ppl:functions:left [2024/03/27 14:32] (current) stimpy
Line 1: Line 1:
 ====== LEFT(var1:string,var2:integer) :BIGSTR ====== ====== LEFT(var1:string,var2:integer) :BIGSTR ======
-Returns the left-most "var2characters of "var1"  +Returns the left-most `var2characters of `var1`
  
-**See also:** Right, Mid+**See also:** [[ppl:functions:right|Right]][[ppl:functions:mid|Mid]]