moxie Posted January 30, 2007 Posted January 30, 2007 I've got a field with a character that repeats itself throughout "%". I want to pull data from between these occurances into separate fields. So "field l" would be all data up to the first occurance of "%". "Field 2" would be data from the first occurance to the second "%", and so on...
mr_vodka Posted January 30, 2007 Posted January 30, 2007 Try Trim ( Substitute ( MiddleValues ( Substitute ( Parent::parsefield; "%"; "¶"); x; 1); "¶"; "" ) ) Where x is the location for the parsed value that you want.
comment Posted January 30, 2007 Posted January 30, 2007 This assumes there are no carriage returns in the parsed text.
Recommended Posts
This topic is 6568 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