![]() |
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. |
objStep.Property("Parameters") = Array("PARM1", "PARM2")
objStep.Property("ParamValues") = Array("VAL1", "VAL2") |
All times are GMT -5. The time now is 02:47 AM. |
Copyright © 1999-2023 Kinook Software, Inc.