The itostring(n) function will convert the variable or value n into a string.
#include <string> var a:=234; var c:=itostring(a);
Since: Version 1.0