====== 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` Used to force the result of an expression to a specific `type` **Usage:** TO`type`(`exp`) (returns `type`) | `type` | The actual type to force (BIGSTR, BOOLEAN, etc.) | | `exp` | An expression of any type | --- **See also:** [[ppl:functions:s2i|S2i]], [[ppl:functions:i2s|I2s]], [[ppl:functions:string|String]]