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 > Error: Statement does not have a parameter specified

Error: Statement does not have a parameter specified

Description

This error is displayed in the list of errors and warnings at the bottom of the procedure editor when a statement doesn't have some required information specified. This can apply to:

 A Wait until statement that does not have an event specified 
 An Action statement that does not have an action specified 
 A Repeat statement that does not have a condition specified 
 An If statement that does not have a condition specified 
 A Set value statement that does not have a variable or value specified 
 A Go to statement that does not have a label specified  

If not specified, the required information for the statement will be displayed as '...'. You can usually click the drop-down arrow to the right of the missing information, and select from the resulting list.

See also:

 Errors and warnings while writing a procedure 
 Errors and warnings while running a procedure 
 Statements available to procedures 

© Copyright 2003-2026 Stoelting Co. All rights reserved

ANY-maze help topic T0510