New Maximite MMBasic Version - V2.4


Author Message
stuarts

Senior Member

Joined: 15/06/2011
Location: Australia
Posts: 199
Posted: 04:41am 20 Jun 2011      

If you dont want a linefeed, append a semicolon to the end of the print statement.

if you want to return to the start of the line to overwrite the line, have a chr$(13); at the end of your line and it will return the cursor to the start of the line to allow you to display the new data in the same place.

chr$(13) is a carriage return, no linefeed
Stuart