View Single Post
  #1  
Old 05-23-2007, 04:27 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
Scripting: obj.getstringkeys(str)

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

Could be nice to do something like this
__________________
Reply With Quote