Macros with and local variable

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

Macros with and local variable

Post by Ron »

Hi,

If I build a macro with local variables do the local variables only use memory while the macro is running?

Thanks

Ron

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: Macros with and local variable

Post by Benj »

Hello Ron

Yes any variables that are local are created and stored in memory only while that macro is running.

This also counts for parameters passed into functions.

Post Reply