selectively displaying text

R

Ross

hi folks,
is there any way (e.g. field, macros, VBA) to tell Word to display text
under some kind of control? e.g.

TechnicalTermEnable = 1;
GeneralTermEnable = 0;

<TechnicalTermEnable>Oryza sativa </TechnicalTermEnable>
<GeneralTermEnable >rice </GeneralTermEnable >
 
Top