Hi,
If I build a macro with local variables do the local variables only use memory while the macro is running?
Thanks
Ron
Macros with and local variable
- 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
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.
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.
Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel