01-18-2008 05:20 AM
for(node in nodes)
{
// do something with each node
}
Where nodes is, for instance, space.children?for(var i=0;i<nodes.length;i++)
{
var node = nodes[i];
}
01-18-2008 05:52 AM
for each (node in nodes)
{
// do something with each node
}
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.