janet K Posted September 22, 2008 Posted September 22, 2008 Hi Everyone, The datafile that I was given to work with has returns in it that are showing up in filemaker as ~}crlf} I know I can do a find and replace and take that data out but is there a symbol in filemaker that I can use that will put a return in so the data in this text field will show up properly. This is what it looks like: choral groups 9-12~}crlf}drama productions 9-12~}crlf}stu gov 9-12 class rep~}crlf}NHS 11, 12 VP~}crlf}special olympics 11, 12 This is what it should look like: choral groups 9-12 drama productions 9-12 stu gov 9-12 class rep NHS 11, 12 VP special olympics 11, 12 Suggestions?
comment Posted September 22, 2008 Posted September 22, 2008 Try: Substitute ( ImportedField ; "~}crlf}" ; ¶ )
janet K Posted September 22, 2008 Author Posted September 22, 2008 :tigger: Thanks...that worked. Janet
Recommended Posts
This topic is 5906 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