S
slickdock
I need to use {INCLUDETEXT} in a merge form file. I need to specify
the path to the {INCLUDETEXT} file to be the equivalent of %appdata%.
I tried these without luck:
{INCLUDETEXT Environ(appdata) & "\\mergeform.doc"}
{INCLUDETEXT "Environ(appdata) & \\mergeform.doc"}
{INCLUDETEXT "Environ(appdata)" & "\\mergeform.doc"}
etc., with lots of combinations of quotes, single backslashes and
double backslashes.
Any help would be appreciated.
TIA.
the path to the {INCLUDETEXT} file to be the equivalent of %appdata%.
I tried these without luck:
{INCLUDETEXT Environ(appdata) & "\\mergeform.doc"}
{INCLUDETEXT "Environ(appdata) & \\mergeform.doc"}
{INCLUDETEXT "Environ(appdata)" & "\\mergeform.doc"}
etc., with lots of combinations of quotes, single backslashes and
double backslashes.
Any help would be appreciated.
TIA.