RE: FN-FORUM: FW: Arrays
date posted 17th January 2006 15:00
Back on the title subject now.
Any ideas why this is failing to read correctly?
for x = lbound(cells) to ubound(cells)
sel = cells(x)
if id = sel then
response.write "class=pixb"
else
response.write "class=pix"
end if
next
vbScript, does not evaluate at all.
Cells is created by splitting a session, and has values in it. They can be
read, but obviously something is wrong in the script above. Feeling a little
dumb, so please be gentle!
Dave
David J MacKillican