MediaWiki:Sitenotice
2026-03-12: Cocopedia.com is now using a new caching system that should make things faster. Please let me know if you encounter any new issues.

2026-03-15: MediaWiki has been reinstalled and the old database and files restored. It was pretty clogged up from being upgraded so many times since 2004. I am also testing out Cloudflare to see if it can prevent the 'bot assaults that took the site down last year.

2026-03-16: Special thanks to Don Barber for hosting a backup mirror of CoCopedia: https://cocopedia.dgb3.net

Where am I??

From CoCopedia - The Tandy/Radio Shack Color Computer Wiki
Jump to navigationJump to search
WELCOME
Looking for CoCo help? If you are trying to do something with your old Color Computer, read this quick reference. Want to contribute to this wiki? Be sure to read this first. This CoCo wiki project was started on October 29, 2004. --OS-9 Al Read-only mirror: https://cocopedia.dgb3.net

See Recent Changes. | About this site. | Join the E-Mail List or Facebook Group. | Contact me with updates/questions.

This page was last updated on 05/3/2019. Total Pages: 749. Total Files: 997.


Home / Publications / Rainbow / Rainbow 1981 / Rainbow 1981-11 - Where am I??


You probably know you can make multiple saves to tape simply by enclosing the CSAVE command in a loop. And, it’s a good idea to do this because there is no way to verify a tape write and if there is a tape problem, your copy can be lost.

Sometimes, though, those saves are long and you just sit there wondering "where am I?"

Here's a way to figure it out: Just put a counter in your direct command. Then, you'll know what CSAVE you are on. The direct command line looks like this:

FOR X=1 TO 3:PRINT "ON SAVE"X:CSAVE "filename":NEXT X

If you want to save more or less than three programs, change the three in the X-loop. If you want to put space between the individual saves, add the following after the last colon above

:MOTOR ON:FOR Y=1 TO 750:NEXT Y:MOTOR OFF:

See Rainbow Magazine 1981-11 Pag 2, in archive.org