String.int2size(4200);
(4) Result: "4.1 kb"
Uh, no. 4200 is 4.2k, or 4.1K. Not 4.1k.
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)
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)