I was just wondering if there was a built in VFP function for converting a
Comma Seperated String variable into an array. Or if there was any other
function that dealt with a Comma Seperated String. I could make my own
functions but if they already exist I would rather use those.

--
Altman
VFP8 SP1

Re: Comma Seperated String by Olaf

Olaf
Wed Jan 05 12:03:00 CST 2005

>I was just wondering if there was a built in VFP function for converting a Comma Seperated String variable into an array. Or if
>there was any other function that dealt with a Comma Seperated String. I could make my own functions but if they already exist I
>would rather use those.

ALINES()
Although the name suggests it seperates lines (CHR(13)+CHR(10)),
you can also set any other seperator.

Bye, Olaf.



Re: Comma Seperated String by Altman

Altman
Wed Jan 05 12:37:35 CST 2005

I figured there was a function out there for this, the name explains why I
could not find it though.

"Olaf Doschke" <T2xhZi5Eb3NjaGtlQFNldG1pY3MuZGU@strconv.14> wrote in message
news:%231VErF18EHA.3504@TK2MSFTNGP12.phx.gbl...
> >I was just wondering if there was a built in VFP function for converting
> >a Comma Seperated String variable into an array. Or if there was any
> >other function that dealt with a Comma Seperated String. I could make my
> >own functions but if they already exist I would rather use those.
>
> ALINES()
> Although the name suggests it seperates lines (CHR(13)+CHR(10)),
> you can also set any other seperator.
>
> Bye, Olaf.
>