Page 1 of 1
TI function to find location of a string within a string?
Posted: Mon Jan 24, 2011 7:31 pm
by ChrisF79
What's the function that does this? I have an attribute in the form of DISTRIBUTOR - SALES REP. I need to find the location of the " - " so I can use SUBST to break out the Distributor and Rep. I just can't remember the function.
Thanks
Re: TI function to find location of a string within a string
Posted: Mon Jan 24, 2011 7:32 pm
by Alan Kirk
ChrisF79 wrote:What's the function that does this? I have an attribute in the form of DISTRIBUTOR - SALES REP. I need to find the location of the " - " so I can use SUBST to break out the Distributor and Rep. I just can't remember the function.
Thanks
Scan.
Re: TI function to find location of a string within a string
Posted: Mon Jan 24, 2011 7:43 pm
by ChrisF79
Thank you