Re: [Gambas-user] Gambas Comparison constant Gb.Like - How does it work ?

2013-08-14 Thread Benoît Minisini
Le 14/08/2013 19:49, Ian Roper a écrit : > Greetings, > > Could you please explain the way in which the comparison constant > 'gb.like' works. > I tried to use this to search a string array. > > TmpArry.Add("Something") > TmpArry.Add("Another Thing") > If TmpArry.Find("some",gb.like) > -1 then {/th

[Gambas-user] Gambas Comparison constant Gb.Like - How does it work ?

2013-08-14 Thread Ian Roper
Greetings, Could you please explain the way in which the comparison constant 'gb.like' works. I tried to use this to search a string array. TmpArry.Add("Something") TmpArry.Add("Another Thing") If TmpArry.Find("some",gb.like) > -1 then {/this does not work}// / I found the behavior was the same