This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== MID(var1:bigstr,var2:integer,var3:integer) :BIGSTR ====== Returns a string from `var1` starting at the `var2` position of `var1` and containing `var3` characters of `var1` --- **See also:** [[ppl:functions:right|Right]], [[ppl:functions:left|Left]]