SteveGriff Posted March 4, 2002 Posted March 4, 2002 Hi there, I have a field Image Thumbnail, http://foo.com/whatever.jpg what would be the function to change the above path into the following path - http://foo.com/thumbs/whatever.jpg and/or http://foo.com/thumbs/whatevert.jpg any ideas? Thanxs Steve Griff
andygaunt Posted March 4, 2002 Posted March 4, 2002 Is this always going to be the same adress. http://foo.com/ If so, a simple calc field (text) Substitute( field x, "http://foo.com/", "http://foo.com/thumbs/") where field x contains the original image link. If it is going to change then you will need a more complicated calc to find everything left of the last / and substitute with that.
Recommended Posts
This topic is 8304 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