Kinook Software Forum

Kinook Software Forum (https://www.kinook.com/Forum/index.php)
-   [VBP] Third Party Tools (https://www.kinook.com/Forum/forumdisplay.php?f=3)
-   -   Macros and Perl (https://www.kinook.com/Forum/showthread.php?t=2490)

John Kerr 04-05-2007 10:58 AM

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

kevina 04-06-2007 04:35 PM

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...


All times are GMT -5. The time now is 06:36 AM.


Copyright © 1999-2023 Kinook Software, Inc.