David Schulberg wrote:
> Hi,
>
> This issue is driving me nuts!
>
> The use of
> vars.put("Relation") = vars.get("Relation2");
>
> definitely does not work.
That's true, it doesn't work. The method 'put' takes two arguments, the
key and the value, like so:
vars.put("Relation", vars.get("Relation2"));
# r
--
Ronan Klyne
Business Collaborator Developer
Tel: +44 (0)870 163 2555
[EMAIL PROTECTED]
www.groupbc.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]