serializing a ParamArray???

  • Thread starter Thread starter Will
  • Start date Start date
W

Will

can anyone tell me if ParamArray's are serializable, and if not what do I
need to do to serialize it?


_Will
 
Will said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top