Hi, How do i solve this Say i have an variable $number witch has the integer value of 16.526899874 I wan to print it formatted like 16.52 (only 2 decimals) How do i do this with the basic print "$number"; command? Is there an "format string" like ##.## ? Thanks in advance
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]