01-02-2008 07:33 AM
01-02-2008 08:21 AM
01-02-2008 08:24 AM
I don't have any experience with the 8.x application builder, but the 7.x one has a checkbox for passing the arguments to the executable.
As for reading them, there should be an example in the example finder (Help>>Find Examples) which shows how to do this. If you want to pass multiple parameters, I suggest you use a structure similar to NAME=VALUE, so that you can parse each element to find the = and then use a case structure to decide what to do with the parameters. This allows your users to enter or not enter any of the switches.
01-02-2008 08:27 AM