Group: Forum Members
Posts: 6,
Visits: 17
|
Hello,
I wish to create a list of trials that will be comprised of 2 other lists of trials that I have created. Is this possible? Is the following syntax admissible?
<List listA> /items = (trial1, trial2, trial3) </listA>
<List listB> /items = (trial4, trial5, trial6) </listB>
<List BigList> /items = (sublista, sublistb) </Biglist>
Thanks
|