Difference between revisions of "LlForeach"
Jump to navigation
Jump to search
(New page: llForeach(array name); instructions; llEndForeach; walks through the {{LSLG|Array}} name) |
|||
Line 1: | Line 1: | ||
llForeach(array name); | integer llForeach(array name); | ||
instructions; | instructions; | ||
llEndForeach; | llEndForeach; | ||
walks through the {{LSLG|Array}} name | walks through the {{LSLG|Array}} name | ||
Returns 0 if array name does not exist and 1 otherwise. |
Revision as of 00:08, 27 July 2007
integer llForeach(array name);
instructions;
llEndForeach;
walks through the Array name Returns 0 if array name does not exist and 1 otherwise.