originally posted in:BungieNetPlatform
View Entire Topic
I am trying to figure out how to put a value (such as a player's membershipId) into a variable. It may sound like a piece of cake for some of you, but I can't get it. Can anyone help me?
English
#Offtopic
-
Need more info about what programming language u're using... For javascript array var tempArray = [ ]; tempArray .push( yourID ); then just for loop through that tempArray for your ID