16-10-2006, 03:33 PM
Hehe
You wanted more tutorials
hehe.
Add:
Usage:
"i" would result in 8
Aint I good ?
You wanted more tutorials
hehe.Add:
Code:
Public Function Add(ByVal a As Long, ByVal b As Long)
Add = a + b
End FunctionUsage:
Code:
Dim i As Long
i = Add(3, 5)"i" would result in 8
Aint I good ?

