ProgramParameter()
Posted: Sun Feb 08, 2004 11:36 pm
Rather than using the existing way, and calling it over and over to return parameters, why not make it return an array?
For example:
That way, you could just call parms(0), parms(1), etc.[/code]
For example:
Code: Select all
Dim parms.s(9)
parms = ProgramParameter()