innodat Posted September 24, 2008 Posted September 24, 2008 I feel really dim... but I can't figure out how to extract the first line of a text field. The lines are separated with proper line breaks. I know I have to use the PatternCount and Let function, and somehow define a start and end point with the ¶. Anyone?
innodat Posted September 24, 2008 Author Posted September 24, 2008 That totally worked! The simplicity amazes me... thank you.
innodat Posted September 24, 2008 Author Posted September 24, 2008 Actually, there seems to be a problem with this approach. With GetValue (field; 1), the resulting variable contains the entire first row of the text (visible in data viewer), but when I use the variable to set a field in another table... only the first word of the first line appears. ?? What could that be?
comment Posted September 24, 2008 Posted September 24, 2008 Unfortunately, forum's attachments are not working at the moment, so I cannot see what you tried to show us.
innodat Posted September 24, 2008 Author Posted September 24, 2008 (edited) Never mind... it's my own stupidity. The field I was inserting the text was a date field. The first value of the line of text was a date - so that's all it inserted. Duh! Thank you for your help, comment! Edited September 24, 2008 by Guest
Recommended Posts
This topic is 5963 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