how to save a return value of a macro in a variable in main.

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

Moderators: Benj, Mods

Post Reply
zenzehar
Posts: 21
Joined: Sat Nov 01, 2008 4:00 pm

how to save a return value of a macro in a variable in main.

Post by zenzehar »

i want to know how to save the return value of a macro in a variable declared in the main .. plz help .. i can only define the type of the return value but never knew how to use it ....................

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: how to save a return value of a macro in a variable in main.

Post by Benj »

Hello

Your return variable is used when you creat the call to the macro. For example you insert a software macro call in your program. Here you would place the variable to collect the return value. Hope this makes sense.

Post Reply