The application will fail if you use some features specific to release 6
To extract portions from a list you can use the @Subset function; this function extract some consecutive values from a list beginning from a specified position. See the designer’s help database for more information (look for the chapter “Working with lists”)
Subject: RE: How do I extract a portion from a list.
Javier, Do you know if it’s going to fail if I use the @for and @while?
@Subset was my in my original formula, but I would not know what specific position to start in. What I’m, trying to say is that the info i would need is in various positions.
Subject: RE: Give us more of an example i.e. what is in the list and what is the logic you use to extract.
The contains in the column are dates. for example. Jan 8, 2003; Jan 8, 2003;Jan 8, 2003; Jan 9, 2003; Jan 13, 2003; Jan 8, 2003; Jan 10, 2003;Jan 8, 2003; Feb 10, 2003; Feb 11, 2003 Jan 8, 2003;.
What I want to do is read the field with the dates and collect certain dates. like all the Jan 8 2003 into another field. Would any one know how to do this or have an examples.