Differences

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

Link to this comparison view

ppl:functions:scrtext [2019/04/16 13:14] – created - external edit 127.0.0.1ppl:functions:scrtext [2024/03/27 15:49] (current) stimpy
Line 1: Line 1:
 ====== SCRTEXT(col:integer, row:integer, len:integer, code:boolean) :STRING ====== ====== SCRTEXT(col:integer, row:integer, len:integer, code:boolean) :STRING ======
-Returns a string with the text (and color information in the form of @X codes if "codeis TRUE) from column "col", row "row", and of length "len"  +Returns a //string// with the text (and color information in the form of //@X// codes if `codeis TRUE) from column `col`, row `row`, and of length `len`
  
-**See also:** ScrFile+--- 
 +**See also:** [[ppl:statements:scrfile|ScrFile]]