VB.NET Function Return

Posted by waves on Stack Overflow See other posts from Stack Overflow or by waves
Published on 2009-01-16T16:31:32Z Indexed on 2010/06/16 19:42 UTC
Read the original article Hit count: 198

Filed under:
|
|
|

In order to return a value from a VB.NET function one can assign a value to the "Functions Name" or use "return value."

I sometimes see these inter-mixed in the same function. Personally, I prefer the return.

My question is, what is the internal difference, if any, between the two?

© Stack Overflow or respective owner

Related posts about vb.net

Related posts about function