PDA

Click to See Complete Forum and Search --> : The use of Parameters


Wouter
Jan 13th, 2000, 08:50 PM
Hi,

Does anyone know how to use parameters when you execute a programme, that you can type commands behind the executeble to select for example search criteria.

Regards Wouter

Aaron Young
Jan 13th, 2000, 09:34 PM
If you mean "How can I incorperate the Command Line into my App", then you need to check out Command which returns a String containing any Command Line Parameters passed to your App when it starts, ie.

Private Sub Form_Load()
If Len(Command) Then Msgbox "You Passed: " & Command
End Sub



------------------
Aaron Young
Analyst Programmer
aarony@redwingsoftware.com
ajyoung@pressenter.com