Re: [Gambas-user] Issue 485 in gambas: 'Like' square brackets problem

2013-12-29 Thread gambas
Updates: Status: Fixed Comment #2 on issue 485 by benoit.m...@gmail.com: 'Like' square brackets problem http://code.google.com/p/gambas/issues/detail?id=485 It should be fixed in revision #6031. The fix will be backported in Gambas 3.5.2. -- You received this message because this pr

Re: [Gambas-user] Issue 485 in gambas: 'Like' square brackets problem

2013-12-26 Thread Kende Krisztián
2013-12-26 06:23 keltezéssel, MinnesotaJon írta: > It appears that the problem happens if the first letter of the string being > matched appears anywhere in the "Pattern" before the actual match. Your > original examples were: > > Print "GambasIDE" Like "{alma,Gambas,szilva,GambasIDE,otto}" > Outp

Re: [Gambas-user] Issue 485 in gambas: 'Like' square brackets problem

2013-12-25 Thread MinnesotaJon
It appears that the problem happens if the first letter of the string being matched appears anywhere in the "Pattern" before the actual match. Your original examples were: Print "GambasIDE" Like "{alma,Gambas,szilva,GambasIDE,otto}" Output: False Print "GambasIDE" Like "{alma,GambasIDE,szilva,G

Re: [Gambas-user] Issue 485 in gambas: 'Like' square brackets problem

2013-12-24 Thread gambas
Updates: Status: Accepted Comment #1 on issue 485 by benoit.m...@gmail.com: 'Like' square brackets problem http://code.google.com/p/gambas/issues/detail?id=485 (No comment was entered for this change.) -- You received this message because this project is configured to send all issue

[Gambas-user] Issue 485 in gambas: 'Like' square brackets problem

2013-12-24 Thread gambas
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"