January 29, 201114 yr 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
January 29, 201114 yr The Substitute() function will do this. Substitute( field ; "." ; "\" ) This can be use in script, a calculation field or the Replace command.
Create an account or sign in to comment