Csaba Fekete

Results 46 comments of Csaba Fekete

The fix is on the way... For the time being, adding this line at the top of your program will fix the issue: `MEMSET 21, 37, 0`

Hey @JJFlash-IT It looks like you've dug into the code and you understand it pretty well. How about joining the team? PM'd you on FB.

It's a nice feature but it would add a little overhead. In cases where the left-side expression is evaluated to false, the code would obviously run faster (bc the right...

Hmmm.... that's something the optimizer could actually do. I'll try to implement this.

I can't test it right now but can you try with `RETURN CINT(0)`?

It's a bug in the optimizer. I'll fix that.

A temporary solution is to remove functions that aren't called.

Actually, the behaviour is the same in QB (where the type defaults to SINGLE)... a warning may be sufficient.

What are you trying to achieve here, to get a pointer to the function `f()`?

I see. It looks like it works outside a TYPE, but not within.