Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug in IDE v3.13.1
#4
That's right, it also works with a dot. I looked again in all the books, including the manual, and at best the underscore "_" is mentioned. - Good, learned something. Criticism back!  Blush

Code: (Select All)

'GoTo-Sprungmarke kann auch einen Punkt enthalten - 20. Mai 2024

Option _Explicit

Dim As Integer zahl
Const MagischeZahl = 13

START.PUNKT:
Input "Magische Zahl raten: ", zahl

If zahl <> MagischeZahl Then
  Print: Print "Keine magische Zahl!"
Else
  Beep: Print
  Print "Richtig geraten!"
  End
End If
Print
GoTo START.PUNKT

End

The error message complains about the missing point, without which there is the usual error message "not defind".
Reply


Messages In This Thread
Bug in IDE v3.13.1 - by dano - 05-19-2024, 08:50 PM
RE: Bug in IDE v3.13.1 - by Kernelpanic - 05-19-2024, 09:43 PM
RE: Bug in IDE v3.13.1 - by SMcNeill - 05-19-2024, 11:28 PM
RE: Bug in IDE v3.13.1 - by Kernelpanic - 05-20-2024, 04:19 PM



Users browsing this thread: 1 Guest(s)