Creating an Array: Difference between revisions

Blanked page since people can't / don't read
(Split off from multitask "Array" page.)
 
(Blanked page since people can't / don't read)
 
(310 intermediate revisions by 96 users not shown)
Line 1:
{{taskDeprecatedTask}}
'''Please do not add new code, and merge existing code to the [[Arrays]] task.'''
 
This task is about numerically-indexed arrays. For '''hashes''' or '''associative arrays''', please see [[Creating an Associative Array]].
In this task, the goal is to create an [[array]].
 
In this task, the goal is to create an [[array]]. Mention if the [[array base]] begins at a number other than zero.
==[[mIRC]]==
In addition, demonstrate how to initialize an array variable with data.
'''Interpeter:''' mIRC Script Editor
'''Libraries:''' [[mArray Snippet]]
alias creatmearray { .echo -a $array_create(MyArray, 5, 10) }
10,333

edits