Alright, then after you've copy/pasted the drop downs, set the data
binding values to match the numbers, then use "-1" for N/A. Change the
if statement to the following:if(!xfa.resolveNode("dd1[+i+"]").isNull &&
xfa.resolveNode("dd1["+i+"]").rawValue >= 0){*Note: This could probably
be streamlined a little since you only have 2 drop downs, but this will
work and allow for later expansion if you add more drop downs later.