Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Add()
#1
Hehe Tongue You wanted more tutorials Wink hehe.

Add:
Code:
Public Function Add(ByVal a As Long, ByVal b As Long)
Add = a + b
End Function

Usage:
Code:
Dim i As Long
i = Add(3, 5)

"i" would result in 8 Smile Aint I good ?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)