
05-21-2006, 06:06 PM
|
|
Banned
|
 |
Join Date: Jul 2005
Location: US
Posts: 5,229
|
|
|
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: |
|
|
|