Hi Chris, > ...naming all the checkboxes the same, then doing > a SPLIT based on the commas in the field to get the > data into an array to process. > > My problem is that sometimes, only sometimes, the data > is duplicated in the array and I have no idea why.
Out of curiosity, do any of the values you're outputting have commas in them naturally? For example, if they're numerics, is it possible that the thousand separator has accidentally been sent to the client, effectively switching "1,024" into "1" and "24"? Regards, Shawn K. Hall http://12PointDesign.com/ http://ReliableAnswers.com/ '// ======================================================== Liberty means responsibility. That is why most men dread it. -- George Bernard Shaw (1856-1950) --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [email protected] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/active-server-pages/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
