Differences

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

Link to this comparison view

ppl:functions:gettoken [2019/04/16 13:14] – created - external edit 127.0.0.1ppl:functions:gettoken [2024/03/27 14:15] (current) stimpy
Line 1: Line 1:
 ====== GETTOKEN() :STRING ====== ====== GETTOKEN() :STRING ======
-Returns the next string token from a prior call to Tokenize (Same as the GETTOKEN statement but can be used in an expression without prior assignement to a variable)  +Returns the next string token from a prior call to Tokenize (Same as the `GETTOKENstatement but can be used in an expression without prior assignement to a variable)  
  
-       GETTOKEN VAR+    GETTOKEN VAR
  
-Get a token from a previous call to Tokenize and assign it to VAR+Get a token from a previous call to Tokenize and assign it to `VAR`
  
-**See also:** Tokenize, TokenStr, TokCount+--- 
 +**See also:** [[ppl:statements:tokenize|Tokenize]][[ppl:functions:tokenstr|TokenStr]][[ppl:functions:tokcount|TokCount]]