Forum Post: Re: Optional Parameters

  • Thread starter Thread starter Tim Kuehn
  • Start date Start date
Status
Not open for further replies.
T

Tim Kuehn

Guest
Progress does not allow structures like that. With OO you can use signature polymorphism to implement different method signatures, or you could just pass ? for the parameter you don't care about and test for that in the function.

Continue reading...
 
Status
Not open for further replies.
Back
Top