D
Dave Anderson
Bob Barrows said:A JScript function, Split(), followed by
Unless [Split] is a method of the Request.Form object, even JScript won't
like this, though JScript will certainly be happy with
myArray = Request.Form("ListBox").Item.split(",")
....since R.F().Item is a string value.
--
Dave Anderson
Unsolicited commercial email will be read at a cost of $500 per message. Use
of this email address implies consent to these terms. Please do not contact
me directly or ask me to contact you directly for assistance. If your
question is worth asking, it's worth posting.