D
diavolo-verde
Hello,
I use Win32:
rinter for my prints. I print just simple text, i.e.
$rowHeight = $dc->Write($description, $x, $y);
$x += 45;
$rowHeight = $dc->Write($arrivalDate, $x, $y);
$x += 20;
$rowHeight = $dc->Write($price, $x, $y);
$y += $rowHeight;
I'd like to print the currency right formatted:
204,00
12,10
I didn't undersand very much the win32:
rinter manual on CPAN. Would
anyone give me an example how to do it?
Thanks,
Davide
I use Win32:
$rowHeight = $dc->Write($description, $x, $y);
$x += 45;
$rowHeight = $dc->Write($arrivalDate, $x, $y);
$x += 20;
$rowHeight = $dc->Write($price, $x, $y);
$y += $rowHeight;
I'd like to print the currency right formatted:
204,00
12,10
I didn't undersand very much the win32:
anyone give me an example how to do it?
Thanks,
Davide