|
ANY-maze Help > The ANY-maze reference > The Protocol page > The elements of a protocol > Testing > Procedures > Writing a procedure using the procedure editor > Errors and warnings while writing a procedure > Warning: The variable passed to the 'Initialise array' function must be an array variable Warning: The variable passed to the 'Initialise array' function must be an array variable
DescriptionThis warning is displayed in the list of errors and warnings at the bottom of the procedure editor when the procedure uses the Initialise array statement, but the variable used is not an array variable. More informationIf the variable used by the statement is not an array variable, then its contents cannot be initialised using a list of values. If this warning is ignored, then when the procedure encounters this statement while it is running, it simply won't do anything and will move on to the next statement in the procedure. To set a variable up as an array variable, click the See also:
© Copyright 2003-2026 Stoelting Co. All rights reserved ANY-maze help topic T0534 |