View Single Post
  #2  
Old 02-12-2007, 09:38 AM
Chandler Chandler is offline
Banned
Join Date: Jan 2007
Posts: 656
Chandler will become famous soon enough
PHP Code:
this.replymsg[0][0] = "Thats good to hear...."
this.replymsg[0][1] = "Only alright? Why is that...." 
You could do a loop too, which I think is better
HTML Code:
for (temp.curMessage: this.replymsg[0])
{
  chat @= temp.curMessage;
}
Reply With Quote