Greg G Posted April 5, 2007 Posted April 5, 2007 I have a text field where there are up to 8 values seperated by plus signs (+). Is there a way to seperate out this data and place it into other fields? Example data: R435+L234H+R135+G119+R336H Thanks, Greg
comment Posted April 5, 2007 Posted April 5, 2007 If there are no spaces or other word separators (other than the plus sign), you could use the MiddleWords() function to extract each individual value. Otherwise you could substitute the plus signs for carriage returns, then use GetValue().
Greg G Posted April 5, 2007 Author Posted April 5, 2007 Middlewords works great. In fact, it's even smart enough to ignore most common seperators between the words such as "+ , -" etc. with or without spaces as long as there is some non-letter/number seperator. Thanks for the help. Greg
Recommended Posts
This topic is 6503 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