above is your array Players()
so players(0).intHitPoints=whatever
but is different from
players(1).intHitPoints=whatever
each item in the array (defined by the Index value in the () )
differentiates which item you are referring to.
hope that helps. Maybe someone will give the long answer - sorry I am being a little brief - I am in the middle of a coding nightmare here (for work) and can only check in briefly here and there. If no one else helps I will come back at some point and give the full version - sorry
guys?
-RUST-