News:

Down for 24 hours, Feb 21 '25.  Nearby infrastructure is going down for a day (again), so the forum will be unavailable on this day (Australia time).

Main Menu

X-basic programming - HELP ME!!

Started by freedom71, September 02, 2021, 12:31:06 AM

Previous topic - Next topic

freedom71

Hi there !
Sorry I am new to the forum and X-Basic programming.

I have a question:

I noticed that in the X-basic manuals there is no way to make in a for-next loop a step like in other basic.
I give an example:

10 for x=1 to 100 step 3
20 print x
30 next

How can I solve this?
Thank you for an answer!

freedom71