stann Posted June 22, 2004 Posted June 22, 2004 Can I use a find and replace function to replace a word the SECOND TIME I click a button I would like to make and example here. If I press a button the first time - It inserts "monkey" into a text field along with other entries so the "isEmpty command doesn't work. If I press the same button a second time I would like it to replace "monkey" with nothing. Is this possible to do on a button without the IsEmpty command? Thanks
andygaunt Posted June 22, 2004 Posted June 22, 2004 You could use the PatternCount function to look for the existance of that word, and if there replace with nothing.
stann Posted June 22, 2004 Author Posted June 22, 2004 I tried the find and replace function. It just gets to the word and hightlights it but it doesn't take it away. I want to know if there is another way to replace a word in a paragraph besides the find and replace. Thanks
stann Posted June 23, 2004 Author Posted June 23, 2004 I am not sure what you mean. The field is not a list it is like a paragraph. I haven't been able to get this to work yet.
-Queue- Posted June 23, 2004 Posted June 23, 2004 In that case, remove the carriage returns from the calc and use " monkey " instead of "
Recommended Posts
This topic is 7527 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