Click to See Complete Forum and Search --> : Parsing function


NetDvlpr
03-04-2002, 10:47 AM
Can someone assist me with a function to parse commas from a data recordset?

Thanks

Trey Collier
03-04-2002, 05:43 PM
Use the vbscript SPLIT function!

http://216.163.88.13/caspdoc/360docs/html/vbscript_split_function.htm

Hope this helps!

Trey

"NetDvlpr" <NetDvlpr@hotmail.com> wrote in message
news:3c839712$1@10.1.10.29...
>
> Can someone assist me with a function to parse commas from a data
recordset?
>
> Thanks

Tommy
03-06-2002, 09:19 AM
"NetDvlpr" <NetDvlpr@hotmail.com> wrote:
>
>Can someone assist me with a function to parse commas from a data recordset?
>
>Thanks


Not sure what you are looking for, but the Split() function will separate
a string using whatever delimiter you choose.