[Gambas-user] Issue 485 in gambas: 'Like' square brackets problem
gambas at ...2524...
gambas at ...2524...
Tue Dec 24 17:05:09 CET 2013
Status: New
Owner: ----
Labels: Version-3.5.0 Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 485 by krisztiankende: 'Like' square brackets problem
http://code.google.com/p/gambas/issues/detail?id=485
I think, this behavior is quite strange:
Print "GambasIDE" Like "{alma,Gambas,szilva,GambasIDE,otto}"
Output: False
Print "Gambas" Like "{alma,Gambas,szilva,GambasIDE,otto}"
Output: True
Print "GambasIDE" Like "{alma,GambasIDE,szilva,Gambas,otto}"
Output: True
Print "Gambas" Like "{alma,GambasIDE,szilva,Gambas,otto}"
Output: False
If one string is included in the other, then result depend on the order.
Gambas version: 3.5.1
Distribution: Ubuntu 13.10
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
More information about the User
mailing list