09-23-2011 02:41 AM
Hi
How can i remove the .seq exstention off of the sequence file name.
I want to display this name in the Header of the Report.
Solved! Go to Solution.
09-23-2011 11:28 AM
Total Hack:
Left((Mid(RunState.SequenceFile.Path, Find(RunState.SequenceFile.Path, "\\", 0, False, True) + 1)), Find((Mid(RunState.SequenceFile.Path, Find(RunState.SequenceFile.Path, "\\", 0, False, True) + 1)), ".", 0, False, False))
09-26-2011 01:28 AM
Thanks alot jiggawax.
I dont think i would have gotten this solution by myself and time soon.
:manhappy: