Newbies krisgo Posted May 11, 2014 Newbies Posted May 11, 2014 Hi! How can I use the substitute function to remove the ¬ character in a text field? Carriage returns can be replaced with "" but it seems that those not. It is driving me crazy... Thanks is advance!
Lee Smith Posted May 11, 2014 Posted May 11, 2014 That is a return? You can find it by using the pilcrow ¶ or Capture it using copy and paste it into the Substitute function. or use the Char 13 Substitute ( YoutText ; Char ( 13 ) ; "" )
Newbies krisgo Posted May 14, 2014 Author Newbies Posted May 14, 2014 That helped me: http://www.filemakerprogurus.com/remove-unwanted-characters-on-field-entry/ I think it was cahr 13.
Recommended Posts
This topic is 3903 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