These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

FormCalc Compare Fields

MFARRELL
Registered: Aug 17 2010
Posts: 17

I need to compare two fields and if they are the same return their value as BLANK.

if ($.rawValue == REFADD.rawValue) then
$.rawValue = ""
REDADD.rawValue = ""
endif

Bamboolian
Registered: Jul 27 2010
Posts: 48
Hi,

I think your code will work if you're using three fields.

REFADD
REDADD
$ (the event field)

If not, I guess you're misspelling your reference syntax.