I have another newbie question. I have two programs that I want to merge into one program. What are the proceedures to do this or do I have to rewrite one of the programs into the other.
Thanks !
Jim Walthall
Combining two flowcharts
- Benj
- Matrix Staff
- Posts: 15312
- Joined: Mon Oct 16, 2006 10:48 am
- Location: Matrix TS Ltd
- Has thanked: 4803 times
- Been thanked: 4314 times
- Contact:
Re: Combining two flowcharts
Hello Jim
Open up both programs into two instances of Flowcode. Make sure that any required variables are in the main program and then start copying and pasting code between the projects.
Open up both programs into two instances of Flowcode. Make sure that any required variables are in the main program and then start copying and pasting code between the projects.
Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
- Benj
- Matrix Staff
- Posts: 15312
- Joined: Mon Oct 16, 2006 10:48 am
- Location: Matrix TS Ltd
- Has thanked: 4803 times
- Been thanked: 4314 times
- Contact:
Re: Combining two flowcharts
On the other hand if you are using macros then you can export the macros and import them into your other program. Again non localized variables need to be added manually.
Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Re: Combining two flowcharts
Thanks Steve and Benj . This is a great forum as no question goes unanswered. I did cut and past last night and things worked fine but I did not need to move any Macros. Wil try that later. Once again thanks for the help.