View Single Post
 
Old 07-19-2018, 09:36 AM
steveflooks steveflooks is offline Windows 10 Office 2010 64bit
Novice
 
Join Date: Jul 2018
Posts: 1
steveflooks is on a distinguished road
Default How can you use the " character for inches in a field code?

I am using the SET function to add a text string, the text is delimited with "text string". The problem I have is that the text string contains a " because it contains a number depicting inches ("); example below:

{ SET PRODUCT_NAME "A350LF2 3" WN 150 RF" \* MERGEFORMAT }

When I add this filed code using the REF command it only inserts the text up to the 3 and ignores the rest.

Is there a way to make it ignore the " in the middle of the text string.

I could simply change the " to inches but I would like to use the standard reference text string.
Reply With Quote