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...
Continue reading...