quote:
Originally posted by -!Felu!-
Whats the difference Eljay? Just Blah is Contact
When using for() without opening and closing braces, only the first statement is executed (in this case,
"var Blah = e.item()"). for multiple statements in a statement/loop you need to enclose the code in {} for it to be executed (otherwise where would the script know when to stop?)
or maybe thats just javascript not jscript, but i doubt it. its neater anyway