06-19-2007, 02:13 PM
Can Function work to run new screen interactions to get it's information
i.e.
There is a series of step that I need to run over and over again in many different macros - not just a series of operations on a string, for example.
Is it better to use a function for this or rather just to launch a macro from within the macro. If I do it this way, then I need to use global variables to share the results, right? How can I get the receiving macro to wait for the returned value if I do this?
Or is functions the way to go on this type of thing?
Thanks,
Stuart
i.e.
There is a series of step that I need to run over and over again in many different macros - not just a series of operations on a string, for example.
Is it better to use a function for this or rather just to launch a macro from within the macro. If I do it this way, then I need to use global variables to share the results, right? How can I get the receiving macro to wait for the returned value if I do this?
Or is functions the way to go on this type of thing?
Thanks,
Stuart
