Code: Select all
; Test
a = Sqr4)
Problem is, that this error message is not shown once, but over and over again (in an infinite loop, it seems).Error at line 2: Expected value

Code: Select all
; Test
a = Sqr4)
Problem is, that this error message is not shown once, but over and over again (in an infinite loop, it seems).Error at line 2: Expected value
Code: Select all
Procedure PBScriptNew(code.s)
Protected *script.script
*script = AllocateStructure(script)
If *script
*script\heap = SquintNew()
*script\code = code
If *script\heap
ProcedureReturn *script
EndIf
EndIf
EndProcedure Code: Select all
*script5 = PBScriptNew("a = Sqr(4) : print(" + #DQUOTE$ + "sqr = " + #DQUOTE$ + " + a)")
PBScriptRun(*script5)

That's good I haven't really had time to test it more as im trying to do the next version to improve performance but Claude has other ideas or is the equivalent of drunk. I finally got it to see the light but I bet it's failed to turn it on. I left it idling away and walked away in frustration.Little John wrote: Tue Mar 10, 2026 7:11 pm Up to now, I was not able to find any additional problem!![]()
![]()

It's struggling it's up to v0.19rev6 and still counting. I will give it a break for a day.