W Will Nov 23, 2004 #1 can anyone tell me if ParamArray's are serializable, and if not what do I need to do to serialize it? _Will
can anyone tell me if ParamArray's are serializable, and if not what do I need to do to serialize it? _Will
N Nick Hall Nov 24, 2004 #2 Will said: can anyone tell me if ParamArray's are serializable, and if not what do I need to do to serialize it? _Will Click to expand... 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
Will said: can anyone tell me if ParamArray's are serializable, and if not what do I need to do to serialize it? _Will Click to expand... 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