MacB Posted April 24, 2008 Posted April 24, 2008 I't s a nooby question but can't figure it out. I need to extract the text between the "_": example: A0110001_2draw1_.ai D1111_detail1_.tif 30821_1fx1_.tif ANY help is appreciated! thx. MacB, Netherlands
comment Posted April 24, 2008 Posted April 24, 2008 Try: GetValue ( Substitute ( text ; "_" ; ¶ ) ; 2 ) Note that this assumes that text always comes in the format of "a_b_c" and that it doesn't contain any carriage returns.
MacB Posted April 24, 2008 Author Posted April 24, 2008 Extremely awesome!!! Thx...now i need to figure out why it works!!! LOL Gee.... a lot to learn! Thank you very much! MacB
Recommended Posts
This topic is 6117 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now