Re: [Gambas-user] JIT bug with complex string substitutions

2014-11-01 Thread Jussi Lahtinen
Yes, it works! Thanks! Jussi On Fri, Oct 31, 2014 at 11:59 PM, Emil Lenngren wrote: > Hi. > > There was a problem with the IIf function. If you had two strings as the > last two arguments, but one of them was a string constant, but not the > other, it failed. > I fixed this in the latest revis

Re: [Gambas-user] JIT bug with complex string substitutions

2014-10-31 Thread Emil Lenngren
Hi. There was a problem with the IIf function. If you had two strings as the last two arguments, but one of them was a string constant, but not the other, it failed. I fixed this in the latest revision. /Emil 2014-10-12 21:11 GMT+02:00 Emil Lenngren : > Hi. I'll check. > > /Emil > Den 12 okt 20

Re: [Gambas-user] JIT bug with complex string substitutions

2014-10-12 Thread Emil Lenngren
Hi. I'll check. /Emil Den 12 okt 2014 21:09 skrev "Jussi Lahtinen" : > Thanks to unnecessary complexness of Finnish language and my lack of > ideas, I have written some monster lines with nested Substs. JIT doesn't > seem to like them. > I isolated the problem to simplest possible (unusable) case

[Gambas-user] JIT bug with complex string substitutions

2014-10-12 Thread Jussi Lahtinen
Thanks to unnecessary complexness of Finnish language and my lack of ideas, I have written some monster lines with nested Substs. JIT doesn't seem to like them. I isolated the problem to simplest possible (unusable) case. See attachment. Jussi JIT_bug-0.0.1.tar.gz Description: GNU Zip compresse