Combining two flowcharts

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 2 and 3.

Moderators: Benj, Mods

Post Reply
JWalthall
Posts: 20
Joined: Sun Apr 27, 2008 10:18 pm
Been thanked: 1 time

Combining two flowcharts

Post 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

User avatar
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

Post 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.

User avatar
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

Post 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.

User avatar
Steve
Matrix Staff
Posts: 3433
Joined: Tue Jan 03, 2006 3:59 pm
Has thanked: 114 times
Been thanked: 422 times

Re: Combining two flowcharts

Post by Steve »

I think you can copy and paste flowchart icons between Flowcode programs.

JWalthall
Posts: 20
Joined: Sun Apr 27, 2008 10:18 pm
Been thanked: 1 time

Re: Combining two flowcharts

Post 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.

Post Reply