Hello,
I have the following problem, I want to get the Name from a person in a PDF-Invoice. For that I use the function
InSTR([Clipboard]; "Name: ") to find the place of the word and
the second function is Mid([Clipboard],[Name],50).
The length of the name is unique so I get different length of names and the words that I dont need after the name.
I would be happy to get some suggestions.
Thanks!