Assigning Values to an Array

From Rosetta Code
Revision as of 16:05, 18 January 2007 by MikeMol (talk | contribs) (Split from multifunction Array task.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Task
Assigning Values to an Array
You are encouraged to solve this task according to the task description, using any language you may know.

In this task, the goal is to assign a value to an element of an array.

mIRC

Interpeter: mIRC Script Editor Library: mArray Snippet

 alias write2array { echo -a $array_write(MyArray, 2, 3, Rosetta) }