Thread: Macros and Perl
View Single Post
  #1  
Old 04-05-2007, 10:58 AM
John Kerr John Kerr is online now
Registered User
 
Join Date: 08-17-2006
Posts: 10
Question Macros and Perl

How can I assigm the value of a Project Macro to a variable in Perl? I see how to do this for a temporay Macro: $build_num = vbld_TempMacroObj(BUILDNUMBER);

I don't see a similar function to return the value of a Project Macro.

Thanx
Reply With Quote