ToString Function
Next: Uppercase,
Previous: ToInt,
Index: Index
This tostring[n] function will convert the variable or value n into a string.
Pass: An element type (i.e. Integer, Float, Char, Double)
Returns: A string
Examples
var a:=234;
var c:=tostring[a];
Last Modified: August 2008