Hello Everyone!
How would you all feel about function over-loading? This would come in very handy I'm sure.
Same function name, two diffrent "methods".
------------------
Cheers
How would you all feel about function over-loading? This would come in very handy I'm sure.
Code:
function AddRecord(lValue as long) as long end function function AddRecord(szName as asciiz) as long end function
------------------
Cheers
Comment