Add 2 different programs

Hello We have 2 programs and we need to add in one What is the easy way to do it?

rodolf.colon,
Can you provide a little more information?
do you want to create a whole new program or add a sub program into an existing main program?

Hello I want a create a whole new program

I want to add parts of the actual program in another program

I would just add the programs as subprograms. This will allow you to copy/paste the chunks of code you want into your new program. Then you can just remove the subprogram when you’re done

1 Like