Connection Points

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

Moderators: Benj, Mods

Post Reply
Ron
Posts: 225
Joined: Wed Apr 11, 2007 6:15 pm
Has thanked: 2 times
Contact:

Connection Points

Post by Ron »

Hi,

How many different connection points can a program have in it?

If I use
"connection point J" in macro_1

can I use

"connection Point J" again in macro_2? Or in main?

Thanks

Ron

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

Post by Steve »

I think you can have up to 26 connection points in each macro (A - Z).

You cannot use macro points to jump between macros, so you can have a separate "connection point J" in each macro.

Post Reply