A peculiar bug with Tab & Using
#4
That's how it works:

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. . .  Big Grin
Reply


Messages In This Thread
A peculiar bug with Tab & Using - by Kernelpanic - 10-15-2022, 01:23 PM
RE: A peculiar bug with Tab & Using - by SMcNeill - 10-15-2022, 01:31 PM
RE: A peculiar bug with Tab & Using - by RhoSigma - 10-15-2022, 03:29 PM
RE: A peculiar bug with Tab & Using - by Kernelpanic - 10-15-2022, 04:17 PM
RE: A peculiar bug with Tab & Using - by Pete - 10-15-2022, 04:19 PM



Users browsing this thread: 4 Guest(s)