Type... | To... |
%"Date/Time"% | Address a variable named Date/Time. |
%purchaseOrder/"Date/Time"% | Address a variable named Date/Time in the document variable purchaseOrder.If you did not enclose Date/Time in quotation marks, and instead had %purchaseOrder/Date/Time% or %"purchaseOrder/Date/Time"%, the expression would address a variable named Time in a document named Date that was contained in a document named purchaseOrder. |
%"address(work)"/"phone(cell)"% | Address a variable named phone(cell) in the document variable address(work). |
%"Date\\Time"% | Address a variable named Date\Time. |