nfg.forums

NFG Forums => X68000 Software => Topic started by: freedom71 on September 02, 2021, 12:31:06 AM

Title: X-basic programming - HELP ME!!
Post by: freedom71 on September 02, 2021, 12:31:06 AM
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!
Title: Re: X-basic programming - HELP ME!!
Post by: freedom71 on September 02, 2021, 07:58:04 PM
I solved!
Thanks...