[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.modeling.gmt] Re: [MOFScript]
|
I'm not fluent in MOFScript, but the standard approach in
most languages would be to filter the list and then do the
foreach on the filtered list.
"yeliu " <yeliu@xxxxxx> wrote in message
news:9031ef8e7e328c3667d6d43562e008af$1@xxxxxxxxxxxxxxxxxx
> Hello,
> In list->forEach(e){ print(e)} iteration, how to ignore certain element
> in the list and print next element?
>
>
>
> Thanks a lot!
>
>
> Ye