TO used to transform a value TO another DATATYPE!
Categoryname
TO value
value - DATATYPE!
This method has no refinements
TO used to transform a value TO another DATATYPE!
TO should be used sparingly. It can be cause of memory leakage. If possible it is preferrable to use FORM.
x: TO WHOLE! "101"
y: TO STRING! 404 ; Alternative FORM
z: TO WHOLE! ~84