Thread 123 -> 123.00 bzw. 1.2 -> 1.20 (19 answers)
Opened by Thomas at 2010-02-10 13:59

renee
 2010-02-10 14:06
#132512 #132512
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Schau Dir mal sprintf an...

Code (perl): (dl )
1
2
my $zahl = sprintf "%.2f", 123;
my $zahl2 = sprintf "%.2f", 1.2;
OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/)
--

Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html
Perl-Entwicklung: http://perl-services.de/

View full thread 123 -> 123.00 bzw. 1.2 -> 1.20