J
Jan Kucera
Hi, XML Word format, I set these variables:
<w:docVars>
<w:docVar w:name="myVar1" w:val="Kibo" />
<w:docVar w:name="myVar2" w:val="Xibo" />
<w:docVar w:name="myVar3" w:val="Jaffo" /> ;-)))) getting loving
these...
<w:docVar w:name="myVar4" w:val="" />
<w:docVar w:name="myVar5" w:val="" />
</w:docVars>
In the document, I have fields that refers to these variables.
However, the variables with empty strings are not present in the document!
The field reports an error and ActiveDocument.Variables.Count returns 3.
How can I set the variables to empty string?
Thanks,
Jan
<w:docVars>
<w:docVar w:name="myVar1" w:val="Kibo" />
<w:docVar w:name="myVar2" w:val="Xibo" />
<w:docVar w:name="myVar3" w:val="Jaffo" /> ;-)))) getting loving
these...
<w:docVar w:name="myVar4" w:val="" />
<w:docVar w:name="myVar5" w:val="" />
</w:docVars>
In the document, I have fields that refers to these variables.
However, the variables with empty strings are not present in the document!
The field reports an error and ActiveDocument.Variables.Count returns 3.
How can I set the variables to empty string?
Thanks,
Jan