Optional Input Parameter

Chris Kelleher

Administrator
Staff member
No, when calling a program with input parameters, the parameters need to match up. If you sometimes don't need a certain parameter, I would pass it the unknown value (?) and then just code the program to ignore that as needed.
 
Top