Can someone explain how converting from a type list to an array works?
I am trying to convert my list to array, so that I can access the club objects via the element number. If I do this...
Local ClubArray:Object[] = TClub.List.ToArray()
How then do i access the fields of my object.
Object[n].m_Name does not work.
I am trying to convert my list to array, so that I can access the club objects via the element number. If I do this...
Local ClubArray:Object[] = TClub.List.ToArray()
How then do i access the fields of my object.
Object[n].m_Name does not work.