[thelist] ASP string chopping

Scott Dexter sgd at ti3.com
Thu, 2 Dec 1999 12:22:46 -0600


Chris, split() is your friend.

just split(val,delimiter) the value --you get back an array-- and loop
through it.

(I assume in your case delimiter=",")

cake.
sgd
--
think safely

> 
> The result that is sent is composed of the Unique ID's for each of the
> answers so I would get something like 20, 22, 23 for the result of
> Question6.  My problem now is how can I store these as 
> individual results to
> a database and not as a text string?
>