B
Brenda A. Reid
I have a template that askes this question:
{ set restrictions { FILLIN "Are there any restrictions on objects? [ y /
n ]" \* MERGEFORMAT }}
Because of the fillin field answer being case sensitive, I'd like to be able
to simplify my coding. Would like to be able to say something like this:
{ if restrictions = n OR N "There are no restrictions on the objects and
powers of the Company." "Restrictions on the objects and powers of the
Company are as set forth in Schedule "A" hereto." \* MERGEFORMAT }
How would I do it if it's at all possible? Also, how would I use quotes
within quotes, i.e. Schedule "A" in the second part of the response?
Tks . . .
{ set restrictions { FILLIN "Are there any restrictions on objects? [ y /
n ]" \* MERGEFORMAT }}
Because of the fillin field answer being case sensitive, I'd like to be able
to simplify my coding. Would like to be able to say something like this:
{ if restrictions = n OR N "There are no restrictions on the objects and
powers of the Company." "Restrictions on the objects and powers of the
Company are as set forth in Schedule "A" hereto." \* MERGEFORMAT }
How would I do it if it's at all possible? Also, how would I use quotes
within quotes, i.e. Schedule "A" in the second part of the response?
Tks . . .