Array

IBM ILOG Script keyword to create a new array.

IBM ILOG Script arrays do not have a fixed size and are automatically expanded when new elements are added. They can be created initially empty, and are internally represented as sparse objects. Array is an IBM ILOG Script keyword.

For information on array construction, properties and methods, see IBM ILOG Script arrays in the Language Reference Manual.