can I send an array to a function?
Printable View
can I send an array to a function?
Sure.
Code:Public Function MyFunction(pArr() as Integer) As Boolean
Dim i As Integer
For i = 0 To UBound(pArr)
'Do your stuff here
Next
End If
------------------
Serge
Programmer Analyst
[email protected]
[email protected]
ICQ#: 51055819