Quote Originally Posted by fafalone View Post
(Notice the only difference from perfect VB6 compatibility is I prefer tB's "Return <value>" syntax instead of FunctionName = <value>.
This was one of the first habits I dropped when I moved to VB.Net. It was instant. I started using Return right from the very beginning. I have no clue why BASIC ever had such nonsense as returning a value through the function name. I've always hated that, even from way back when, before Visual Basic's time.