From the NannyMUD documentation

LAST CHANGE

2000-12-19

FUNCTION


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"