Page 1 of 1

Transfert variable

Posted: Sun Feb 21, 2010 2:10 pm
by Frank123
In Flowcode 3, is it possible to transfer several variable from one fcf file to another?

Re: Transfert variable

Posted: Sun Feb 21, 2010 4:04 pm
by medelec35
I would say the easiest way to transfer variables is create a new macro.
Copy and paste all blocks that contain all the variables you require transferring into your newly created macro. e.g. calculations, inputs etc.
Use the Macro export function to export the newly created macro.
Now this macro will contain all the variables that you require.
On a different flowcode, Just use Macro import, then all your variables will be in the flowcode you are importing to.