[thelist] ASP string chopping

Isotope2k@aol.com Isotope2k at aol.com
Thu, 2 Dec 1999 14:23:17 EST


Sorry, I took his question too literally. :)

<tip type="vbscript reference">
The definitive Microsoft Visual Basic Scripting edition (vbscript)
reference can be found online at:
http://msdn.microsoft.com/scripting/
</tip>

In a message dated 12/2/99 1:23:01 PM US Eastern Standard Time, sgd@ti3.com 
writes:

> 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?