Differences between Sub procedure and Function procedures?

prerit

New member
Joined
Apr 16, 2011
Messages
2
Programming Experience
3-5
I know the major difference is that Sub Cannot return a Value while a Function Can. What else???
 
That is the only difference.
 
You heard wrong. Only types are subject to inheritance, and methods are type members, not types. About calling, have no idea what that should be, both kinds of method are called by their name.
 
Back
Top