Mailing List
Home
Forum Home
Softimage
Carrara
trueSpace
Dir3d-l
Maya - a powerful 3D animation and visual effects software
Macromedia Flash Development
Subjects
Cameras
scaleDown command
black out solved
Aircraft Tutorial
Mathematical XYZ ?
Its done This vs That
Its done first week
recommendations for screen video captures?
3DExplorer "Oddity "
New Director
ProTeam renewals
Fuel 's new websites (X post)
Blue peter create a make toy
targeting groups question
XPost: Shockwave 3D game ( sort of )
RES: RES: RES: Fish Modeling
Emitting particles from object intersection
Fuel 's new websites (X post)
Texturing
Big Break Contest Videos
New Plugins
Models and Texture on my updated site
Error Installing Patch tS6 6
Plasma?
Looking for Inspiration
Weird EMail Q
It 's done first week ?
Cherry not cranberry
New game
Camera Animation Problem
Particle plugins?
 
Getting element from array

Getting element from array

2004-03-25       - By Daniel Bachler

 Back
Reply:     1     2     3     4     5  

> From: owner-xsi@(protected)
> [mailto:owner-xsi@(protected)] On Behalf Of Bernard Lebel
> Pretty much in the same kind as my question how to delete an
> array element,
> how to you explicitely get an element? Any way at all like in
> collections?

Array[index] where index is a 0 based integer index (assuming Jscript). E.g.
myarray[7] accesses the 8th object, myarray[0] accesses the first one. You
can use push, pop and shift, unshift to add and delete objects from the
array. Maybe you can use an iterator on an array then you could use it just
like any collection, not sure though, I'm not that firm on wsh...

For all array methods:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/ht
ml/js56jslrfjscriptlanguagereference.asp

Daniel

---
Unsubscribe? Mail Majordomo@(protected) with the following text in body:
unsubscribe xsi