How to pass value between macros

Hi All,

Actually i have two macros ( MACRO-1 & MACRO-2) i m calling the MACRO-2 from the MACRO-1 by using the command

swApp.RunMacro "MACRO-2.swp", "Module-2", "main"

which successfuuly running but actually i want to pass some varriables value to the MACRO-2 from MACRO-1 so please tell the the way how i can do that.

Thanks in Advance.

SolidworksApi macros