Kinook Software Forum

Kinook Software Forum (https://www.kinook.com/Forum/index.php)
-   [VBP] General Discussion (https://www.kinook.com/Forum/forumdisplay.php?f=2)
-   -   How do I programmatically set ‘parameter macros’ for a 'Subroutine Call'? (https://www.kinook.com/Forum/showthread.php?t=1724)

Dave_Novak 05-05-2006 06:19 AM

How do I programmatically set ‘parameter macros’ for a 'Subroutine Call'?
 
I am programmatically generating build steps using VBScript and the VBP object model. Although the object model is typically easy to program, I am having some problems setting up ‘parameter macros’ for a 'Subroutine Call'.

Could you possibly provide an example of how this is done?

Thanks.

kinook 05-05-2006 07:09 AM

objStep.Property("Parameters") = Array("PARM1", "PARM2")
objStep.Property("ParamValues") = Array("VAL1", "VAL2")


All times are GMT -5. The time now is 08:23 AM.


Copyright © 1999-2023 Kinook Software, Inc.