From the NannyMUD documentation

LAST CHANGE

2001-02-15

FUNCTION


NAME

        number_to_string - Converts an integer to a string.

LOCATION

	/obj/support

SYNTAX

	string number_to_string(int i)

DESCRIPTION

	Converts any integer to a string. Works with both negative
	and positive numbers.

NOTE

	Integers bigger than 999999999 or smaller than -999999999
	will be replaced by many.

SEE ALSO

        itoroman in support/itoroman