on 2013 Jun 04 3:35 PM
Hi,
My requirement is to store some values coming by executing a loop into separate variables.
The method which i thought of to implement this was using List variable which can store multiple values as long as the loop executes.
But i am not getting how to assign the different values into the List variable and its giving some error.
Please can some one guide me how to use this List variable or any other best alternative.
Thanks,
Praveen.
Request clarification before answering.
Hi Praveen,
Below are my suggestion may be help you.
List: insert(list,location,value)
insert(<List_Variable_Name>, <Location could be your loop current Item>, <Value of your repeater column>)
Map: put(map, name, value)
put(<Map_Variable_Name>, <Name Of Key could be your loop current Item>,<Value of your repeater column>)
you can also use XML document than use XML content of document.
also check Expression Editor Functions in MII Help for more details of functions.
Hope it helps!!
Regards,
Manoj Bilthare
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.