I have created a few dispatch scripts that adds a unique agency certificate number to a variable field; what I'm finding now is that this particular field could have more than one of these certificate numbers. There could be infinate combinations, so creating multiple scripts would not be an option. I do not want to overwrite what is already there, so I was wondering if anyone knows a syntaxt that would allow me to append a string of text.
...or does anyone have another possible solution instead of using the dispatch?
-Rick
Looks good! That is how I imagined it based on what I understood of your process. You can call the variables whatever you want by the way, whatever makes sense to you. The "d_" is a good programming convention to avoid confusion with card variables.
The Edit Box step (for the d_Append value) can either be before the "For all documents" or after if you want the user to enter a different value for each selected file. Also consider a Combo box if you want to control the exact values they can pick from.
Then test it with some junk files.