View Single Post
  #10  
Old 05-21-2006, 06:06 PM
excaliber7388 excaliber7388 is offline
Banned
excaliber7388's Avatar
Join Date: Jul 2005
Location: US
Posts: 5,229
excaliber7388 can only hope to improve
Send a message via AIM to excaliber7388
Well, currently, I have a few problems. First, the quotes around all the variables, second word wrap isn't working, and finally, the "none" string for an empty message space isn't being read.
Test for none:
for(this.i=0;this.i<26;this.i++)
{
if(!client.("email_"@this.i)=="none")
{
client.email_messages.add(" Message: " @ client.("email_" @ this.i));
}
}
Screen shot of problem is below:
Attached Thumbnails
Click image for larger version

Name:	messages.gif
Views:	143
Size:	4.4 KB
ID:	36467  
Reply With Quote