it's actually your iteration code that is causing the backwards nature of
your result. If you do:
for(var i = 0; i < objVariable.length; i++)
{
sProperties += "# + objVariable[i] + ",";
}
you will find that your results are back to normal. strange but true
hth
Fraser
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL
PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping
with programming Lingo. Thanks!]