1. Home
  2. Computing & Technology
  3. Animation

Array

By , About.com Guide

Definition: In ActionScripting, an array is an object that lists various items/objects, from numbers to variables to values. Each array object is represented by a number called an index, which defines its place in the array. For example:

Array[0] = 1;
Array[1] = myvariable;
Array[2] = "Hello world";

In this example the array has three items in it; an integer at index 0, a variable at index 1, and a string at index 2.

Values in an array can be manipulated within the array and called for use within other functions.

Explore Animation
About.com Special Features

Holiday Central

What to eat, where to go, fun things to do and how to save money on the perfect gifts. More >

Family Tech Center

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

  1. Home
  2. Computing & Technology
  3. Animation
  4. FAQs and Glossary Terms
  5. Glossary of Terms
  6. Glossary: Array

©2009 About.com, a part of The New York Times Company.

All rights reserved.