Re: [Gambas-user] Issue 297 in gambas: square bracket and LIKE

2012-08-06 Thread gambas
Updates: Status: WontFix Labels: -Version Version-TRUNK Comment #4 on issue 297 by benoit.m...@gmail.com: square bracket and LIKE http://code.google.com/p/gambas/issues/detail?id=297 Please use the mailing-list for questions about Gambas syntax. -

Re: [Gambas-user] Issue 297 in gambas: square bracket and LIKE

2012-08-06 Thread Emil Lenngren
What exactly are you trying to do? Using Like/Regexp is probably much slower than anything else. /Emil 2012/8/6 > > Comment #3 on issue 297 by kokok...@gmail.com: square bracket and LIKE > http://code.google.com/p/gambas/issues/detail?id=297 > > Thanks, changing the pattern using a="/music/albu

Re: [Gambas-user] Issue 297 in gambas: square bracket and LIKE

2012-08-06 Thread gambas
Comment #3 on issue 297 by kokok...@gmail.com: square bracket and LIKE http://code.google.com/p/gambas/issues/detail?id=297 Thanks, changing the pattern using a="/music/album-\\[artist\\]-song" works. But, i'm using that for a long list of items, should i call replace() everytime or there is a

Re: [Gambas-user] Issue 297 in gambas: square bracket and LIKE

2012-08-06 Thread gambas
Comment #2 on issue 297 by gambas...@gmail.com: square bracket and LIKE http://code.google.com/p/gambas/issues/detail?id=297 Try \\ before braquets to escape thé character And read the doc of like http://gambasdoc.org/help/lang/like?v3 ---

Re: [Gambas-user] Issue 297 in gambas: square bracket and LIKE

2012-08-06 Thread gambas
Comment #1 on issue 297 by kokok...@gmail.com: square bracket and LIKE http://code.google.com/p/gambas/issues/detail?id=297 Changing "[" to "(" and "]" to ")" works. -- Live Security Virtual Conference Exclusive live ev

[Gambas-user] Issue 297 in gambas: square bracket and LIKE

2012-08-06 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 297 by kokok...@gmail.com: square bracket and LIKE http://code.google.com/p/gambas/issues/detail?id=297 1) Describe the problem. Can't compare strings that contains "[]" us