Differences

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

Link to this comparison view

ppl:functions:mid [2019/04/16 13:14] – created - external edit 127.0.0.1ppl:functions:mid [2024/03/27 14:45] (current) stimpy
Line 1: Line 1:
 ====== MID(var1:bigstr,var2:integer,var3:integer) :BIGSTR ====== ====== MID(var1:bigstr,var2:integer,var3:integer) :BIGSTR ======
-Returns a string from "var1starting at the "var2position of "var1and containing "var3characters of "var1"  +Returns a string from `var1starting at the `var2position of `var1and containing `var3characters of `var1`
  
-**See also:** Right, Left+--- 
 +**See also:** [[ppl:functions:right|Right]][[ppl:functions:left|Left]]