| |
|
|
| Rechtsbündig DrawText by setTextAlign [...] ta_right - vorgemacht of Andreas Miethe . CompileMarkSeparation CompileMarkSeparation CompileMarkSeparation ex XProfan 12 can too write: CompileMarkSeparation $H windows.ph
cls
DrawText 120,10,"1020.80",~TA_RIGHT
DrawText 120,30,"120.80"
DrawText 120,50,"12.80"
DrawText 120,70,"120.80"
DrawText 120,90,"1.80"
DrawText 120,110,"0.80"
waitinput
end
or. with XPSE: CompileMarkSeparationcls
DrawText 120,10,"1020.80",ta_right
DrawText 120,30,"120.80"
DrawText 120,50,"12.80"
DrawText 120,70,"120.80"
DrawText 120,90,"1.80"
DrawText 120,110,"0.80"
waitinput
end
|
|
|
| |
|
|