berny Posted July 10, 2006 Posted July 10, 2006 Hi, in a script I try to replace this character "|" by this character "". However, it will only recognize "" as a text operator not as a text string (of only the backslash). Any solution? Thx Berny
Genx Posted July 10, 2006 Posted July 10, 2006 You want to use the following: Substitute(Table::FieldName ; "|" ; "")
Recommended Posts
This topic is 6713 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