I want to pass an array of winsock control to a function in a Class Module, how can I do it?
Printable View
I want to pass an array of winsock control to a function in a Class Module, how can I do it?
How bout
Code:Call WinsockPass(objWinsock() as Object)
when do we use call?
You can use "Call" when calling a function, presumably the one in your class module.