[Gambas-bugtracker] Bug #1679: Message.Question Disaster: Wrong answer if choosen by keyboard.
bugtracker at gambaswiki.org
bugtracker at gambaswiki.org
Tue Nov 12 12:03:28 CET 2019
http://gambaswiki.org/bugtracker/edit?object=BUG.1679&from=L21haW4-
Comment #11 by C THAL:
Unfortunately the fix breaks something on our Raspberry Pi, but not on x86 computers: An Input-Box returns Null even if a value is entered <> Null.
The Code is:
Dim inp as String
inp = InputBox("Please enter ...")
If inp <> Null Then
DoSth()
Endif
DoSth() is never reached on the Raspi.
More information about the Bugtracker
mailing list