[Gambas-user] [Gambas Bug Tracker] Bug #1272: DBus not fully case sensitive
bugtracker at gambaswiki.org
bugtracker at gambaswiki.org
Wed Mar 21 19:01:56 CET 2018
http://gambaswiki.org/bugtracker/edit?object=BUG.1272&from=L21haW4-
Comment #1 by Benoît MINISINI:
It's Gambas that is not case sensitive. It picks the case from the first time the symbol is encountered.
So if it sees ".state()" first, it will use lower case for all occurrences of that symbol ('State', 'sTaTE', 'STATE'...) and you won't get any error.
Otherwise, if you use for example '.State()' first, you will get an error.
More information about the User
mailing list