Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Here's Print Using Mismatch error
#6
I raise Steve a star system!
Code: (Select All)
For i = 0 To 9
    Print Using "##.## - ##.## |"; i / 10; (i + 1) / 10;
    For j = 1 To i + 1
        Print "*";
    Next j
    Print
Next i
b = b + ...
Reply


Messages In This Thread
Here's Print Using Mismatch error - by Dimster - 01-13-2024, 06:47 PM
RE: Here's Print Using Mismatch error - by bplus - 01-13-2024, 07:40 PM
RE: Here's Print Using Mismatch error - by bplus - 01-13-2024, 07:52 PM
RE: Here's Print Using Mismatch error - by bplus - 01-13-2024, 08:47 PM



Users browsing this thread: 3 Guest(s)