08-09-2006, 04:11 PM
Edited from above:
you can use global variables to exchange variable values between macros/functions.
in both put...
Code:
str+ a
to end it in another macro
if a="whatever"
,end
you can use global variables to exchange variable values between macros/functions.
in both put...
Code:
str+ a
to end it in another macro
if a="whatever"
,end
