All you have to do is convert each item into a common datatype - like a variant. Then you can put them all into an array together. All you have to do on the other end of the wire where the array is being used, is convert them back into their native datatypes before use.
What exactly are you trying to accomplish?
Mike...