A way to hide text within a paragraph?

E

Ed

I thought there was a field that would let you insert a large chunk of text
into a paragraph, but the text would not be visible unless you toggled Field
Codes. I'm not that familiar with fields (obviously!), so I could be dead
wrong. Formatting as Hidden Text isn't an option because that's easily
revealed by clicking the Show/Hide button on top (unless there's something
else I don't know - entirely possible!). I don't want the casual reader to
be able to view and edit the text.

Is this even possible?
Ed
 
M

macropod

Hi Ed,

No field is safe from prying eyes, or deletion - whether by accident or
intent.

That said, if you want to hide something using a field, you could so with an
IF field coded like:
{IF A = B "Here's my Hidden Text"}
Numerous other fields are also possible candidates, including the SET field,
which can be used to bookmark your hidden text - and retrieve it from
anywhere in the document via a REF field. For example:
{SET _A123BRX "Here's my Hidden Text"}
which uses the underscore to create a hidden bookmark and a meaningless code
to obfuscate its purpose.

Cheers
 
E

Ed

That's pretty ingenious! Thank you.
No field is safe from prying eyes, or deletion - whether by accident or
intent.
Agreed. What I am attempting to do is insert some kind of reference in a
doc at various places. If something gets copied from a report and thrown
around by email, it would be nice if there was at least the possibility of
retrieving what report it originally came from.

Ed

macropod said:
Hi Ed,

No field is safe from prying eyes, or deletion - whether by accident or
intent.

That said, if you want to hide something using a field, you could so with
an
IF field coded like:
{IF A = B "Here's my Hidden Text"}
Numerous other fields are also possible candidates, including the SET
field,
which can be used to bookmark your hidden text - and retrieve it from
anywhere in the document via a REF field. For example:
{SET _A123BRX "Here's my Hidden Text"}
which uses the underscore to create a hidden bookmark and a meaningless
code
to obfuscate its purpose.

Cheers
--
macropod
[MVP - Microsoft Word]


Ed said:
I thought there was a field that would let you insert a large chunk of text
into a paragraph, but the text would not be visible unless you toggled Field
Codes. I'm not that familiar with fields (obviously!), so I could be
dead
wrong. Formatting as Hidden Text isn't an option because that's easily
revealed by clicking the Show/Hide button on top (unless there's
something
else I don't know - entirely possible!). I don't want the casual reader to
be able to view and edit the text.

Is this even possible?
Ed
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top