Puts the specified fixed value into the specified location in an array.
Syntax
Parameters
- index
- The location in array to store a value. The first element of an array has an index of zero.
- isIndirect
- If true, creates the key value as an indirect object. If false, creates the
key value as a direct object.
- value
- Fixed value to put in the array.
See Also