[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmt] [MOFScript]print two list at the same time

Hello,
Now I have two list <String>,I want to show them at the same time,E.g
list1[1]->List2[1]
List1[2]->List2[2]
Since in MOFScript,only one list could be printed once by using List->forEach()
How should I write this code in MOFScript?




Many thanks!


Ye