Thread: parameters tab
View Single Post
  #2  
Old 04-04-2004, 09:41 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,027
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" ...
Reply With Quote