Robert Chu
09-30-2006, 01:38 AM
Hello,
If I have a function as follows, but I don't know the type of the parameter. How can I declare it ?
Function test(paTest as ???)
End Function
If I have a function as follows, but I don't know the type of the parameter. How can I declare it ?
Function test(paTest as ???)
End Function