Transformation into an integer
INT(f#)
INT(s$)
INT(c&)
INT(b!)
INT(<function pointer>)
INT(<enum variable>)
Transformation of the argument into a integer. Pointers of any type can also be converted to integer.
- FLOAT - Transformation into a Floating Point Number
- STRING - Transformation into a string
|