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.length

Get or set the number of values in a vector

Contents

Synopsis

 
 
var len = «vec».length; /* get the length of «vec» */
«vec».length = ...;     /* set the length of «vec» */

Description

The length property of the vector «vec» can be used to get or set the number of typed values in «vec».

See also

XDCscript - Typed-Object Objects specified by the RTSC Interface Definition Language
XDCscript - Vector-Object A typed JavaScript array

[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