[Gambas-user] [Gambas Bug Tracker] Bug #709: Possible bug with the InStr

2015-09-04 Thread bugtracker
BenoƮt MINISINI changed the state of the bug to: Rejected. -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gamba

[Gambas-user] [Gambas Bug Tracker] Bug #709: Possible bug with the InStr

2015-09-04 Thread bugtracker
Comment #2 by Moviga TECHNOLOGIES: Yes, it dawned on me too :) -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/g

[Gambas-user] [Gambas Bug Tracker] Bug #709: Possible bug with the InStr

2015-09-04 Thread bugtracker
Comment #1 by Jussi LAHTINEN: ? instr("abc","b",3) 0 ? instr("abc","b",2) 2 The fault is in your code, which makes the variable "Post" growing for ever. -- ___ Gambas-user m

[Gambas-user] [Gambas Bug Tracker] Bug #709: Possible bug with the InStr

2015-09-04 Thread bugtracker
Moviga TECHNOLOGIES added an attachment: PlayGround2-0.0.1.tar.gz -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinf

[Gambas-user] [Gambas Bug Tracker] Bug #709: Possible bug with the InStr

2015-09-04 Thread bugtracker
Moviga TECHNOLOGIES reported a new bug. Summary --- Possible bug with the InStr Type : Bug Priority : Medium Gambas version : 3.8.90 (TRUNK) Product : Language Description --- In the attached project InStr() is returning a positive match no matter ho