Page 1 of 1

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

Posted: Tue Dec 23, 2008 3:02 pm
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 ....................

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

Posted: Tue Dec 23, 2008 5:48 pm
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.