Page 1 of 1
Combining two flowcharts
Posted: Thu May 14, 2009 2:55 am
by JWalthall
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
Re: Combining two flowcharts
Posted: Thu May 14, 2009 8:22 am
by Benj
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.
Re: Combining two flowcharts
Posted: Thu May 14, 2009 8:22 am
by Benj
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.
Re: Combining two flowcharts
Posted: Thu May 14, 2009 9:52 am
by Steve
I think you can copy and paste flowchart icons between Flowcode programs.
Re: Combining two flowcharts
Posted: Thu May 14, 2009 2:27 pm
by JWalthall
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.