I'm hoping someone can tell me how to use "part" of a variable to create another variable.
For example,
given a string
@HUNTNumber=';12345'
create strings for use in the template such as
a) the leftmost X characters
b) the rightmost Y characters
c) string starting at X and Y characters long
cheers
Ross