MichaelTamoush
6 years agoQrew Captain
Removing .pdf from a file name
Trying to remove .pdf from the end of the file name. Using a formula text field I attempted to use the function Part([File],1,".") , but my file name will often have periods (different amounts) so I can't seem to get that to work, unless there is a way to use it I'm not thinking of.
I tried to use the function Left([File],".pdf"), but that still only looks at the period and not the entire string.
How can I remove the .pdf from a file name, where the file name includes periods?
------------------------------
Mike Tamoush
------------------------------
I tried to use the function Left([File],".pdf"), but that still only looks at the period and not the entire string.
How can I remove the .pdf from a file name, where the file name includes periods?
------------------------------
Mike Tamoush
------------------------------