Click here to Skip to main content
15,885,546 members

Comments by _Vitor Garcia_ (Top 112 by date)

_Vitor Garcia_ 9-Sep-16 10:34am View    
Reason for my vote of 5 \n Thank you Zeev.
_Vitor Garcia_ 15-Sep-15 7:33am View    
Reason for my vote of 5 \n Usefull information. Thanks
_Vitor Garcia_ 19-Feb-15 9:38am View    
Reason for my vote of 5 \n Like
_Vitor Garcia_ 9-Feb-15 9:24am View    
You could add objRec_Emp or Z_GETEMPLOYEEResponse to your Generic List and then for each it :

For each Emp as Z_GETEMPLOYEEResponse in _MyGenericList
'do whatever you want with each element Emp
msgbox.show(Emp.ENGLISH_NAME)
next


or maybe query your generic colection using Linq.
_Vitor Garcia_ 26-Jan-15 9:16am View    
Reason for my vote of 5 \n Thanks