Jokez Posted October 10, 2005 Posted October 10, 2005 Hi! I have a field that contains a calculation that gets all values from a valuelist. The list is the following: 1,2,3,4,5 and so on.... Now I want to take out the first value and do something with that, then the next and then next until the end of the list. How do I do that? // Jocke
mr_vodka Posted October 10, 2005 Posted October 10, 2005 Try taking a look at the Position function and the Left, Middle, Right functions as well. If it is a value list, it should be seperated by the '¶' delineator.
Fenton Posted October 10, 2005 Posted October 10, 2005 And LeftValues(), MiddleValues(), RightValues(). Convenient for return-separated lists. Inconvenient because they return the carriage return also; use Substitute to remove it.
Recommended Posts
This topic is 6983 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