Hello Everyone,
I have a collection that is type of System.Collections.ObjectModel.Collection<System.Collection.ArrayList> and i want to print the items one by one. Any ideas how to do that?
Thanks in advance!
Hello Everyone,
I have a collection that is type of System.Collections.ObjectModel.Collection<System.Collection.ArrayList> and i want to print the items one by one. Any ideas how to do that?
Thanks in advance!
use for each activity!
@dcrt
what is the Variable type of PSWinUserLan??
as well as For Each argument type?
It is this one: [System.Collections.ObjectModel.Collection<System.Collection.ArrayList> ]
ScreenShot??
do like this!
@dcrt
Hi @dcrt,
I think you should introduce another for each loop in your existing for each to get to the items in your arraylist
I tried that too. This returns unfortunately