Difference between revisions of "LlForeach"

From Second Life Wiki
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 01: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.