Thread: overload
View Single Post
Old 08-18-2003, 04:08 PM   #4 (permalink)
npa
Code Monkey
 
Join Date: Jul 2003
Location: canada
Posts: 82
npa is on a distinguished road
just do:
Code:
function doSomething0(int a);
function doSomething1(string k);
function doSomething2(object o);
__________________
direct entry file specification.
npa is offline   Reply With Quote