|
#1
|
|||
|
|||
parameters tab
Is there a way I can add more lines in the parameters tab?
Thanks Scott |
#2
|
|||
|
|||
For a Subroutine Call step, you can use additional Set Macro steps (or a single Run Script action with as many
Application.Macros(vbldMacroTemporary).Add "MACRO_NAME", "macro value" calls as needed) before it. For a VisBuildPro Project step, additional parameters can be entered in the 'additional options' field in the form MACRO_NAME=value "MACRO2=value with spaces" ... |
|
|