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.robert wrote:Alan,
Thanks for the video. I am looking into this
For loop syntax.
- lumberjack
- Posts: 727
- Joined: Fri Sep 25, 2015 3:11 pm
- Location: South Africa
For loop syntax.
Robert,
______________________
Johan Nel
Boshof, South Africa
Johan Nel
Boshof, South Africa
-
- Posts: 774
- Joined: Wed May 17, 2017 8:50 am
- Location: Germany
For loop syntax.
Hi Johannlumberjack wrote:Robert,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.robert wrote:Alan,
Thanks for the video. I am looking into this
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 ?
Code: Select all
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
Karl-Heinz
For loop syntax.
Guys,
Yes it is something like that. It works in the subscribers build and not in the public build. Very unfortunate.
I am working on this right now.
We will publish a new build (for both public and subscribers) in a few days.
Robert
Yes it is something like that. It works in the subscribers build and not in the public build. Very unfortunate.
I am working on this right now.
We will publish a new build (for both public and subscribers) in a few days.
Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
The Netherlands
robert@xsharp.eu
For loop syntax.
Adding the #xcommand fixes it.
BTW I am just doing some testing to help out - there is no urgency on my part to have this fixed.
BTW I am just doing some testing to help out - there is no urgency on my part to have this fixed.
For loop syntax.
Robert,
This is very strange, because I am still in the public version (didn't switch back after I was testing it last week) and it works ok for me! Unless I have changed something later n which makes a difference. So what was causing the problem?
This is very strange, because I am still in the public version (didn't switch back after I was testing it last week) and it works ok for me! Unless I have changed something later n which makes a difference. So what was causing the problem?
Chris Pyrgas
XSharp Development Team
chris(at)xsharp.eu
XSharp Development Team
chris(at)xsharp.eu