TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Re: What I can't do with Word... was "RE: Frame vs. Word Results"
Subject:Re: What I can't do with Word... was "RE: Frame vs. Word Results" From:"Peter Ring, PRC" <prc -at- PRC -dot- DK> Date:Wed, 3 Jun 1998 17:53:49 +1
Mike Starr wrote:
> As far as I know, Word doesn't have the ability to use conditional text.
> That's not ever been an issue for me either; I can see where it could be a
> real help in some situations but I've not ever had a need for it.
It certainly has, and I have used it a lot!
You can use the {IF <condition> "<if true text>" "<if false text>"}
field, controlling the condition by either a macro or a merge-order.
For combined AND/OR conditions, you must include a COMPARE field in
the AND/OR condition order.
To invoke the condition, you must execute an "Update" order, e.g.
Ctrl+A (select all) and then F9 (update selected fields).