From the NannyMUD documentation
2001-02-15
NAME
number_to_string - Converts an integer to a string.LOCATION
/obj/supportSYNTAX
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