Thread
:
Arrays
View Single Post
#
3
02-21-2006, 11:30 AM
farshizzo
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)
farshizzo
View Public Profile
Find all posts by farshizzo