Forum Post: Optional Parameters

  • Thread starter Thread starter ecsousa
  • Start date Start date
Status
Not open for further replies.
E

ecsousa

Guest
Does Progress allow optional parameters in method or function? Can I do something like this in any way? Like this: function test return logical (input x as int, input y as int ): return true. end function. test(1, 2). test(1,). test(,)

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