General InformationThe Output ArgumentsYou select an integer between 1 and 3 to determine the output type; you provide a string to specify the output directory.
SampleThe first example shows work instructions output in HTML. Because no output directory specifies, the output directory is CATTemp. The second example shows how to generate a dialog box that asks the user whether the output would be in HTML or XML. In this case, the output generates to D:\NoSave\BOBST_Pilot_OutputDir. let OutputTypeInt(Integer) let OutputDirectoryStr(String) OutputTypeInt = 1 /* default value */ OutputTypeInt = 3 OutputDirectoryStr = "D:\NoSave\BOBST_Pilot_OutputDir" |