Replace field content with an agent

I have created a field in a form, and would like to populate that field with the contents of another field, in the same document with an agent.

Is there a way to do this using a simple agent?

I am somewhat famliar with notes @commands & functions but don’t know the script language.

Any help would be appreciated…

Thanks,

Ken

Subject: Replace field content with an agent

You don’t need to use script:

@SetField(“newfield”;otherfield);

Subject: Replace field content with an agent

Why not just make the second field a computed field?