From RTSC-Pedia

Jump to: navigation, search
revision tip
—— LANDSCAPE orientation
[printable version]  [offline version]offline version generated on 04-Aug-2010 21:08 UTC

XDCscript - Vector-Object.$add

Append element to the end of a vector


Contents

Synopsis

 
«vec».$add(«arg»);

Description

This method appends an element to the end of a vector and is equivalent to «vec»[«vec».length++] = «arg».

See also

XDCscript - Typed-Object Objects specified by the RTSC Interface Definition Language
XDCscript - Vector-Object A typed JavaScript array
XDCscript - Vector-Object.length Get or set the number of values in a vector

[printable version]  [offline version]offline version generated on 04-Aug-2010 21:08 UTC
Copyright © 2008 The Eclipse Foundation. All Rights Reserved


Views
Personal tools
package reference