hey,

I've got a function that i need to return two maps from. As i can't do it with a <code> return </code> is there a way to pass the two maps as reference parameters (like is possible with vectors or arrays) and thus make it possible to modify both in the function?

cheers every1.

Rob.