Joe, See active link #4 (toward the end) and I think I see a typo in my post too...
Active link #3: Run If: 'zint_position' > 0
should have been Run If: 'zint_position' >= 0 (The separator could be the first char, zero too.) Testing for the "-1" result is fine, but knowing that you can also test for the "good results" and just let the "bad results" fall through to the next active link to break the loop can also work. (Just a programing style choice.) -- Carey Matthew Black Remedy Skilled Professional (RSP) ARS = Action Request System(Remedy) Solution = People + Process + Tools Fast, Accurate, Cheap.... Pick two. Never ascribe to malice, that which can be explained by incompetence. On 7/28/06, Joe DeSouza <[EMAIL PROTECTED]> wrote:
** Thats exactly what I did with the one difference that I used Goto on the 3rd active link, to send the control back to the 1st if the position value was greater than 1, and a exit if the position value was -1. Works pretty good to get the whole file name... What Mathieu would need to ad to it at the end of this is a replace of the file name with the whole string, so as to get the path to set it to the path field... Joe D'Souza Remedy Developer / Consultant, BearingPoint, Virginia.
_______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at http://www.wwrug.org

