|
You can write a user-defined function that takes advantage of function overloading in PowerBuilder 5.0. When you overload a function you create a user-defined function that, depending on the arguments supplied to it, will perform different actions.
You can think of an overloaded function as multiple functions that share a common name but require different arguments and perform different actions.
|