10-15-2022, 04:17 PM
That's how it works:
The IDE has its own imagination as well. . .
Code: (Select All)
Dim As Double zahl
zahl = 123.77
Print Tab(4); Using "####.##"; zahl
Code: (Select All)
Print Tab(4); "Kilowatt : ", Motorrad.Kilowatt
Print Tab(4); "Fahrgewicht: ", Motorrad.Fahrgewicht
Print Tab(4); Using "Preis : #####.##"; Motorrad.Preis
Print
Print Tab(4); "---------------------------------"
Print
The IDE has its own imagination as well. . .