Sending details of a list or dictionary using RPC calls

Hey,

I’m currently trying to work out a way of sending the contents of a list or dictionary from a server to a client using RPC calls, but am struggling with the limitations of what you can use as parameters with these. I would be extremely grateful for any pointers as to how to do this, because at the moment I’m stumped.

Thanks,

Wibbs

about the only way to do this is by turning your collection into a string, and sending that.