FrankV
7th December 2009, 10:43
Hi,

can anybody tell me what the field "argument" is for (see screenshot)?
You can obviously tell the session to start with some parameters. But how is the syntax and is there a documentation for these arguments?

Thank you
Frank

günther
7th December 2009, 13:11
Have a look at the following functions:
long argc() -- returns the number of arguments passed to the current program.
string argv$() -- The program name is stored in argv$(0), the arguments start at argv$(1).

Günther