I have not been able to locate the answer to this question in the Help, FAQ or other forum entries.
FAQ #15 Explains "How can I copy one field value to another field?"
Actions
However, I want to switch the contents of two fields.
I have several circumstances where this is a valid action, but lets keep it simple:
I have files where the ARTIST is actually the Title and the TITLE is actually the Artist.
The FAQ shows how to replace ARTIST with TITLE or vice versa, but then BOTH FIELDS will contain the same value.
I need to be able to:
1 - read the ARTIST value and temporarily store it (in a variable? strARTIST)
2 - read the TITLE value and temporarily store it (in a variable? strTITLE)
3 - write the strARTIST content into the TITLE field
4 - write the strTITLE content into the ARTIST field
5 - save and exit
Thank you in advance to anyone who can help me out.
FC