Hi again all,
I have a model with an iterator. I want the name of the end output to be related to the input. The input name has many characters, most of which are of no consequence. The input names are consistent with (e.g.) xyz_NAMEiWANT_xyz. So I was wondering if there is a way to pull RIGHT( LEFT( %NAME%, 13) , 9 ) to the end file name. Where can I put this function to get my %name%?
Thanks
David