heres wut i've been trying to do for the longest time....searched the internet over....search here countless as well....anyway heres what i want to do....

create a new socket....dynamicly....give it a name or index....so i can send it commands....and set it up so that it will return events such as connection and such....

basicly i want to set it up like an array....creating a bunch of sockets in one sub.....then giving them commands from another sub....

most of what i can found on the internet gives me an example of creating the socket....connecting...sending and recieving data...and closing, all in one sub.....but i really need to make the control public....

main thing im looking for here is to be able to create an array to connect to a certin amount of remotehosts which is determined at runtime.....

see wut im saying?

AcE