[Date Prev][Date Next] [Thread Prev][Thread Next]
[Date Index] [Thread Index] [New search]

Re: Renaming Condition Tags






You could also do this easily in FrameScript with the following two lines:

    Get Object Type(CondFmt) Name('OldConditionName') NewVar(condvar);
    Set condvar.Name = 'NewConditionName';

This would change the condition tag named 'OldConditionName' to
'NewConditionName'.

Frank Elmore
Project leader for FrameScript

smurphy@softworkscc.com wrote:

> Does anyone know if there is a way to rename a condition tag in a
> document? Editing the name in a condition tag simply creates a new tag
> but leaves the old one.
>
> I'm guessing that one of you MIF experts has something up your sleeve...
> unless there is some obvious thing I'm missing.
>
> TIA
>
> Steve Murphy
> Senior Documentation Specialist
> Adobe Certified Expert/FrameMaker, Acrobat
> SOFTWORKS, Inc.
> 5845 Richmond Highway
> Alexandria, VA  22303 USA
> (703) 317-8879
> smurphy@softworkscc.com
>
> "Witty quote to show my erudition, sense of humor, and overall
> brilliance." --Someone Famous
>
> ** To unsubscribe, send a message to majordomo@omsys.com **
> ** with "unsubscribe framers" (no quotes) in the body.   **


** To unsubscribe, send a message to majordomo@omsys.com **
** with "unsubscribe framers" (no quotes) in the body.   **