Message 1 of 2
How to assign values to a variable from a multivalue parameter - using iLogic

Not applicable
06-02-2014
12:19 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
In my iLogic routine of work, I need help on the following:
Having created multivalue variable(s), I need to retrieve all or selectively retrieve some of data from the list(s) to assign to another variable(s). For example, suppose the list is xList = (23, 56, 76 92).How can I assign value of 56 (2nd value of xList) to another variable, say x. (x wil have have value of 56).
Pl. help.