Hi,
How do I cut all characters after -
also,
How do I cut all characters before -
Thanks!
Hi,
How do I cut all characters after -
also,
How do I cut all characters before -
Thanks!
For after define an action of the type "Guess values":
Source: %Your tagfield%
Format String: %Your Tagfield% - %dummy%
and for before with the format string:
%dummy% - %Your Tagfield%
The above is correct if you have a wihte space before and after the hyphen ( - ). If there are no white spaces you have to drop them in the format string
You get a wrong result if there are more than 1 hyphens in the tagfield.