Thread: Macros and Perl
View Single Post
  #2  
Old 04-06-2007, 04:35 PM
kevina kevina is online now
Registered User
 
Join Date: 03-26-2003
Posts: 825
Does the macro contain an object or just a value? Just use vbld_AllMacros()("MACRONAME") to get the value.

An object can't be persisted past the execution of a build so I would recommend storing objects only in temporary macros anyway...
Reply With Quote