View Single Post
  #19  
Old 04-04-2008, 12:14 AM
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
Quote:
Originally Posted by zokemon View Post
In almost all cases for GS2, an array is simply a string.
PHP Code:
function onCreated() {
  
temp.string "rawr,";
  echo(
string.type());

rawr, 3
__________________
Reply With Quote