lumberjack wrote: Robert,
robert wrote: Alan,
Thanks for the video. I am looking into this
Just thought now about it. Did there not slip in an anomaly with preparing the Public release. None of us testing this with the FOX release gets the issue.
Hi Johann
good point. Maybe there“s a preproccessor problem with the public build ?
@Alan
what happens when you add the ENDFOR command directly to your source code ?
Using System
Using System.Collections.Generic
Using System.Linq
Using System.Text
#xcommand ENDFOR => NEXT // <--------- add this line
Function Start() As Void Strict
? "hello world! today is ",today()
Local x As Int
For x = 1 To 100
? x
EndFor
Wait
Return
regards
Karl-Heinz