Retrieving an Element of an Array

Revision as of 16:09, 18 January 2007 by MikeMol (talk | contribs) (Split from multifunction Array task.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

In this task, the goal is to retrieve an element of an array.

Task
Retrieving an Element of an Array
You are encouraged to solve this task according to the task description, using any language you may know.

mIRC

Interpeter: mIRC Script Editor Library: mArray Snippet

 alias readmyarray { echo -a $array_read(MyArray, 2, 3) }