String.int2size is probably one of the most-duplicated functionality in Pike (i.e everyone has their own version).
/ David Hedbor
Previous text:
2002-12-05 21:34: Subject: CHANGES line of the day
Man kan också lägga till under String
Examples:
String.int2char(42);
(1) Result: "*"
String.int2hex(42);
(2) Result: "2a"
String.int2roman(42);
(3) Result: "XLII"
String.int2size(4200);
(4) Result: "4.1 kb"
/ Martin Nilsson (hehe Torgny)