[SOLVED] Adding a number to a file - should be simple,eh?
Posted: Fri Jul 20, 2018 10:08 pm
Finally figured out how to append a number to the file path.
Here's the code:
Thank goodness.
Mike
Here's the code:
Code: Select all
global varLastBlock
put "/PDAForm" & varLastBlock & ".pdf" into tFirstPath
replace return with empty in tPDFpath
put specialFolderPath("documents") & tFirstPath into tPDFPath
Mike