View Single Post
  #8  
Old 11-10-2007, 12:09 AM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
You do not define functions inside other functions -.-

You don't use setstring or addstring in GS2.
PHP Code:
//GS1
setstring this.string,This is a String;
setstring this.array,This,is,a,String,Array;
addstring this.array,I am adding this;
//GS2
this.string "This is a String";
this.array = {"This""is""a""String""Array"};
this.array.add("I'm adding this"); 
__________________
Reply With Quote