Differences
This shows you the differences between two versions of the page.
ppl:functions:gettoken [2019/04/16 13:14] – created - external edit 127.0.0.1 | ppl: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 `GETTOKEN` statement but can be used in an expression without prior assignement to a variable) |
- | 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: | ||