Page 1 of 1

ProgramParameter()

Posted: Sun Feb 08, 2004 11:36 pm
by phunk
Rather than using the existing way, and calling it over and over to return parameters, why not make it return an array?

For example:

Code: Select all

Dim parms.s(9)
parms = ProgramParameter()
That way, you could just call parms(0), parms(1), etc.[/code]