comma to tab

2002-02-03 Thread Eric J Hoffman
Is there a custom tag or easy method to take a comma delimited list and convert it to tab delimited...something better and more robust than trying some sort of rereplace madness? I see some in the gallery to output from data queries, but we are merging two comma delim files but the client's

Re: comma to tab

2002-02-03 Thread Don Vawter
listchangedelims(list,newdelimiter,olddelimiter) - Original Message - From: Eric J Hoffman [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, February 03, 2002 12:05 PM Subject: comma to tab Is there a custom tag or easy method to take a comma delimited list and convert

RE: comma to tab

2002-02-03 Thread C. Hatton Humphrey
- From: Eric J Hoffman [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 03, 2002 2:05 PM To: CF-Talk Subject: comma to tab Is there a custom tag or easy method to take a comma delimited list and convert it to tab delimited...something better and more robust than trying some sort of rereplace

RE: comma to tab

2002-02-03 Thread Raymond Camden
ally it is. - Yoda -Original Message- From: Eric J Hoffman [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 03, 2002 2:05 PM To: CF-Talk Subject: comma to tab Is there a custom tag or easy method to take a comma delimited list and convert it to tab delimited...something better

Re: comma to tab

2002-02-03 Thread Jim McAtee
PROTECTED] Sent: Sunday, February 03, 2002 12:32 PM Subject: RE: comma to tab ListChangeDelims() will replace any list delimiter with another. === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email

RE: comma to tab

2002-02-03 Thread Eric J Hoffman
- From: Eric J Hoffman [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 03, 2002 1:05 PM To: CF-Talk Subject: comma to tab Is there a custom tag or easy method to take a comma delimited list and convert it to tab delimited...something better and more robust than trying some sort of rereplace

RE: comma to tab

2002-02-03 Thread Andrew Scott
Well for starters I wouldn't use ReReplace as this is for RegularExpressions, a normal Replace would be faster:-) -Original Message- From: Eric J Hoffman [mailto:[EMAIL PROTECTED]] Sent: Monday, 4 February 2002 6:05 AM To: CF-Talk Subject: comma to tab Is there a custom tag or easy

RE: comma to tab

2002-02-03 Thread Eric J Hoffman
for? Regards, Eric J. Hoffman Director of Internet Development DataStream Connexion, LLC (formerly Small Dog Design) -Original Message- From: C. Hatton Humphrey [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 03, 2002 1:26 PM To: CF-Talk Subject: RE: comma to tab Have you tried