[Coco] Effective Copy/Paste function with VCC?

Allen Huffman alsplace at pobox.com
Mon May 1 23:51:17 EDT 2017


> On May 1, 2017, at 10:43 PM, Steve Strowbridge <ogsteviestrow at gmail.com> wrote:
> 
> So hopefully somebody has a clever way that doesn't involve having to
> mount/remount, and modify disk images on my PC, but is rather quick and
> easy (or not!)

Do you know about the MERGE command?

1000 REM MY SUBROUTINE
1010 LINE INPUT “>”;A$
1020 RETURN

SAVE”ROUTINE.ASC”,A

LOAD “BIGPRGM”
MERGE “ROUTINE.ASC”

It doesn’t help you get things in and out of VCC, but it does help you get text files of code into an existing program.

		— A



More information about the Coco mailing list