| View previous topic :: View next topic |
| Author |
Message |
GeoTrail Valued Contributor


Joined: 18 Feb 2003 Posts: 572 Location: Bergen, Norway
|
Posted: Fri Nov 19, 2004 8:33 am Post subject: Get multiple results from LIST dialog |
|
|
I've got a dialog with a list on it with several items.
When I select more than one item it tells me how many were selected using the @SELECTED() function.
But how can I get the text or index of each item? _________________
 |
|
| Back to top |
|
 |
jules Professional Member


Joined: 14 Sep 2001 Posts: 1043 Location: Cumbria, UK
|
Posted: Fri Nov 19, 2004 9:16 am Post subject: |
|
|
If LIST1 is the list with the selected items, do:
| Code: | | LIST ASSIGN,1,@items(LIST1) |
to get a new list containing the selected items. _________________ The Tech Pro
www.tech-pro.net |
|
| Back to top |
|
 |
GeoTrail Valued Contributor


Joined: 18 Feb 2003 Posts: 572 Location: Bergen, Norway
|
Posted: Fri Nov 19, 2004 9:19 am Post subject: |
|
|
Aaa brilliant. Thanks jules  _________________
 |
|
| Back to top |
|
 |
|