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
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
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
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
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"