Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ppl:functions:totype [2019/04/16 13:14] – created - external edit 127.0.0.1 | ppl:functions:totype [2024/03/27 16:06] (current) – stimpy | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== TOtype(exp) ====== | ====== TOtype(exp) ====== | ||
- | `TOBOOLEAN, TOMONEY, TOSTRING, TOBIGSTR, TOINTEGER, TOUNSIGNED, TOREAL, TODREAL, TOFLOAT, TODOUBLE, TODATE, TOEDATE, TOTIME, TOBYTE, TOWORD, TODWORD, TOUBYTE, TOUWORD, TOUDWORD, TOSBYTE, TOSWORD, TOSDWORD, TOSHORT, TOINT, & TOLONG` | + | `TOBOOLEAN`, `TOMONEY`, `TOSTRING`, `TOBIGSTR`, `TOINTEGER`, `TOUNSIGNED`, `TOREAL`, `TODREAL`, `TOFLOAT`, `TODOUBLE`, `TODATE`, `TOEDATE`, `TOTIME`, `TOBYTE`, `TOWORD`, `TODWORD`, `TOUBYTE`, `TOUWORD`, `TOUDWORD`, `TOSBYTE`, `TOSWORD`, `TOSDWORD`, `TOSHORT`, `TOINT`, & `TOLONG` |
- | Used to force the result of an expression to a specific type ) | + | Used to force the result of an expression to a specific |
**Usage: | **Usage: | ||
- | `TOtype(exp) (returns type)` | + | TO`type`(`exp`) (returns |
- | >> | + | | `type` |
- | >> | + | | `exp` | An expression of any type | |
- | **See also:** S2i, I2s, String | + | |
+ | --- | ||
+ | **See also: | ||