PDA

View Full Version : parameters tab


rowedder
04-02-2004, 05:17 PM
Is there a way I can add more lines in the parameters tab?
Thanks
Scott

kinook
04-04-2004, 09:41 PM
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" ...