From the NannyMUD documentation
2000-12-19
NAME itoa - Int to ascii. SYNTAX string itoa(int i) DESCRIPTION Will convert the int i to a string. This can also be done like this: "string"+number EXAMPLE itoa(42) - will return "42"
itoa - Int to ascii.
string itoa(int i)
Will convert the int i to a string. This can also be done like this: "string"+number
itoa(42) - will return "42"