Sets runtime options, such as "-d" to run the debugger or "-c configfile" to set the configuration file. The following options are valid for the Web runtime: "-c", "-d", "-l", "-e", "-x", or "-v". Note that you must have a local license file to run the debug option.
Parameter Type | Input | Output |
---|---|---|
(BSTR) | [ ] | [ ] |
The AcuOptions property accepts a BSTR as a value.
For example:
AcuGTAX.AcuOptions = "-d -c cblconfi" CurrentParam = AcuGTAX.AcuOptions
The AcuOptions property is available any time after the Web runtime has been invoked. Its contents are read and applied to the runtime when AcuExecute is invoked.