Re: serializing a ParamArray??? by Nick
Nick
Wed Nov 24 06:33:39 CST 2004
"Will" <kixman@excite.com> wrote in message
news:%23XyW5qb0EHA.1932@TK2MSFTNGP09.phx.gbl...
> can anyone tell me if ParamArray's are serializable, and if not what do I
> need to do to serialize it?
>
>
> _Will
>
>
There's nothing special from the declaring function's point of view about a
ParamArray (it's just a normal array as far as it's concerned). So yes,
they can be serialised in the normal way.
Regards,
Nick Hall