tbeidler Posted June 7, 2001 Posted June 7, 2001 I would like to create a calculation that would search a text field and bracket words containing ".htm" with the proper href tags. I wasn't getting very far.
BobWeaver Posted June 9, 2001 Posted June 9, 2001 I doubt that you will find any simple calculation that will work, especially if you can have more than one occurrence of .htm in the field. You will likely have to create a script that searches for the ".htm " text, and then counts back until it finds a space indicating the beginning of the reference name, and then insert the bracketting characters. Then, repeat until no more occurrences of .htm are found. And, of course, repeat for each record.
Recommended Posts
This topic is 8925 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