Differences

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

Link to this comparison view

Next revision
Previous revision
ppl:functions:totype [2019/04/16 13:14] – created - external edit 127.0.0.1ppl: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 `type`
  
 **Usage:**   **Usage:**  
-`TOtype(exp) (returns type) +TO`type`(`exp`) (returns `type`)
  
->> `type` is the actual type to force (BIGSTR, BOOLEAN, etc.)   +`type` | The actual type to force (BIGSTR, BOOLEAN, etc.) | 
->> `exp` is an expression of any type  +`exp` | An expression of any type |
  
-**See also:** S2i, I2s, String+ 
 +--- 
 +**See also:** [[ppl:functions:s2i|S2i]][[ppl:functions:i2s|I2s]][[ppl:functions:string|String]]