ProgramParameter()

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
phunk
New User
New User
Posts: 6
Joined: Sun Jan 18, 2004 8:17 am

ProgramParameter()

Post 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]