Properties
The following properties are defined in the Array class .
| Name | Access | Type | Description |
|---|---|---|---|
| Length | R | integer | The number of array elements stored in Array . |
| Value* | R | String | A string that represents the currently stored array element. |
Access
R: Readable W: Writable C: Initializable
*: default property