Thread: Arrays
View Single Post
  #3  
Old 02-21-2006, 11:30 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

The following will remove an avatar from the array:
Code:
avatars.remove(male)
Then you would use the append command to add a new avatar:
Code:
avatars.append(male)
Reply With Quote