User Tools

Site Tools


prpl:settext

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
prpl:settext [2017/08/09 18:03] – Fill in all the blanks cpacaprpl:settext [2023/08/01 07:29] (current) SpeedCZ
Line 4: Line 4:
  
 ^Arguments^Result^Notation^ ^Arguments^Result^Notation^
-value | | [ value - ] |+Text | | [ String - ] |
  
  
 === Description === === Description ===
-Takes [value], turns it into text, and puts it on screen, on the PRPL core.+Takes a string, turns it into text, and puts it on screen, on the PRPL core.
 === Examples === === Examples ===
 +<code>"Hello world!" SetText
 + 
 +</code>
 +
 <code> s1 = GetStringFromStack();  <code> s1 = GetStringFromStack(); 
    
 </code> </code>
  
prpl/settext.txt · Last modified: 2023/08/01 07:29 by SpeedCZ