Dani R Posted January 29, 2011 Posted January 29, 2011 If i get a filed with the data "hello.how.are.you" how can I replace the text to "hello\how\are\you" Thank you Dani
Vaughan Posted January 29, 2011 Posted January 29, 2011 The Substitute() function will do this. Substitute( field ; "." ; "\" ) This can be use in script, a calculation field or the Replace command.
Recommended Posts
This topic is 5047 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