Page 1 of 1

Renumber command

Posted: Tue Mar 28, 2023 4:29 pm
by nighthawk1961
I would love to see the Basic language in ROM somehow get a renumber command similar to the command of the same name in the Commodore 128/plus4. Coding long complex Basic programs is a lot easier (using the interactive coding style basic allows) to write if the lines can be renumbered on the fly. Also, I have tried a RENUM utility found else where on this forum, but it doesn't seem to work on v42.

Re: Renumber command

Posted: Sun Apr 02, 2023 10:20 pm
by EbonHawk
This was a recent post that I was directed to, when I inquired about an auto-numbering feature in the CX16's BASIC ROM. Don't know if it would work for your case or not..
viewtopic.php?t=6291

Re: Renumber command

Posted: Wed May 03, 2023 4:19 pm
by mobluse
There will be REN (for RENUMBER) in the next release.

"Syntax is REN [<new starting line number>, [<increment>, [<first old line number>]]]

Please SAVE before trying to renumber a program, and consider this feature experimental."

https://github.com/X16Community/x16-rom/pull/83