HP Forums

Full Version: Merging 41C programs without card reader
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there any way, similar to the MRG function, to combine two programs into one without the card reader? Using extended memory, perhaps? Any way to delete the "partition" between two programs, accomplishing the same thing? Thanks.
(12-17-2015 08:56 PM)quantalume Wrote: [ -> ]Is there any way, similar to the MRG function, to combine two programs into one without the card reader? Using extended memory, perhaps? Any way to delete the "partition" between two programs, accomplishing the same thing? Thanks.

MRG cannot be replaced 1:1, there is no way of replacing a part of an existing program by another. But there are ways to join two programs together. Take a look at the GETSUB and GETP commands of the Extended Functions module.

In the 41, two adjacent programs are separated by an END command. Just delete it and the two programs become one. Of course you should take care that both programs do not use the same labels. ;-)

Dieter
(12-17-2015 09:27 PM)Dieter Wrote: [ -> ]In the 41, two adjacent programs are separated by an END command. Just delete it and the two programs become one.

That was how I'd remembered it, but it didn't work the first time I tried it. Seems to be working now.
Reference URL's