May 11, 201411 yr Newbies 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!
May 11, 201411 yr 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 ) ; "" )
May 14, 201411 yr Author Newbies That helped me: http://www.filemakerprogurus.com/remove-unwanted-characters-on-field-entry/ I think it was cahr 13.
Create an account or sign in to comment