rellis32 Posted October 18, 2006 Posted October 18, 2006 I have a field that is populated from the web off a form using GetLayoutObjectAttribute... This field is then included in a meeting request for use in Outlook, basically an .ical file. This is what I'm importing: Case Summary: cust unable to browse* Description:*SAT:hzn* *TRANS:11 K *Software Version: *SERIAL_NUMBER: etc..... I have used the "*" to illustrate where my problem lies, in filemaker it shows up as a "square", I'm assuming this is some sort of unicode character. I thought it was a carriage return, but using the substitute function am unable to get rid of it. In ultra edit this shows up as a carriage return, not sure why the substitute isn't replacing it. I have tried all different kinds of variations to try and get rid of this, as it is playing havoc with my ical file. Is there anyway of determining for sure what this character is so I can rid my field of this evil pest? TIA Bob
BobWeaver Posted October 18, 2006 Posted October 18, 2006 You could use the filter function to exclude everything except printable characters. Filter(importtext;"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ,./;'[]-=!@#$%^&*()_+{}<>"?|") Can't remember if Filter is case sensitive, so you may need to include the lower case alphabet in there too.
rellis32 Posted October 18, 2006 Author Posted October 18, 2006 (edited) I'll give this a shot, thanks! I used a CF that basically does what you were referring to, only replaces the non alphanumeric characters with whatever you would like, worked like a charm. Thank you again for the idea! Edited October 18, 2006 by Guest
Recommended Posts
This topic is 6672 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