function onCreated() { array = {"item1", "item2"}; for(item : array.getstringkeys("item")) echo(item); }