B
Brenda A. Reid
I have a precedent which has:
{ set granteemf { fillin "Is the Grantee Male or Female? [type m or f]}}
{ set granteesp { fillin "Is the Grantee Singular or Plural [type s or p]}}
I would like to have an If statement combining the two, i.e.
If granteemf = f AND granteesp = s . . .
Can I do that?
Brenda
{ set granteemf { fillin "Is the Grantee Male or Female? [type m or f]}}
{ set granteesp { fillin "Is the Grantee Singular or Plural [type s or p]}}
I would like to have an If statement combining the two, i.e.
If granteemf = f AND granteesp = s . . .
Can I do that?
Brenda