gbenic Posted January 29, 2003 Posted January 29, 2003 hello, what is the calculation to delete one word "medic" within a sequence. I have tried "Substitute" and "Replace" but they will erase "medic" from "medication". Also, I used MiddleWord and Position within Replace but I don't find the right calculation. Thank you
jasonwood Posted January 29, 2003 Posted January 29, 2003 Instead of replacing "medic", try replacing " medic " (with spaces around it). You would want to replace this with a space " ".
gbenic Posted January 29, 2003 Author Posted January 29, 2003 Thank you , Jason. I had tried this solution but it does'nt seem to work. Thanks
Recommended Posts
This topic is 8326 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