Newbies Brett Clark Posted April 26, 2001 Newbies Posted April 26, 2001 I have a database with a field that currently has a list of items separated by a semi-colon and a space. (item 1; item 2; item 3; item 4) I want to replace the semi-colon with another character. Is there a way to search for a specific character or word in a field, and replace with another character or word. Thanks, Brett flash_test.fp7.zip
BobWeaver Posted April 26, 2001 Posted April 26, 2001 ModifiedText = Substitute(OriginalText,";",NewCharacter)
Recommended Posts
This topic is 8612 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