Re: line break as delimiter

2000-07-07 Thread Brandon Whitaker
>You'll need #CHR(10)# as your delimiter. It's in there. Look closely. >Why incur the extra overhead of converting the list to an array, and then >looping over the array? I do it because the NOAA historical data returns I commonly work with are comma-separated columns of variables. Break into

Re: line break as delimiter

2000-07-07 Thread Brandon Whitaker
-Original Message- From: Chris Evans <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Thursday, July 06, 2000 5:06 PM Subject: RE: line break as delimiter >You'll need #CHR(10)# as your delimiter. > >Why incur the extra overhead of conve

Re: line break as delimiter

2000-07-06 Thread Ric Smith
Use the Chr(13) to delimit. Ric Smith - Original Message - From: "Eli Shechter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 06, 2000 11:30 AM Subject: line break as delimiter > Hi > im trying to run a list loop from a file that uses separate lines for the

RE: line break as delimiter

2000-07-06 Thread Dave Watts
> im trying to run a list loop from a file that uses separate > lines for the > items. > i would like to use a line break as a delimiter > anyone have any ideas?? > * > > > #i# > > > **

RE: line break as delimiter

2000-07-06 Thread jstiefel
Or, for just a linefeed, use Chr(10) -Original Message- From: Eli Shechter [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 06, 2000 11:31 AM To: [EMAIL PROTECTED] Subject: line break as delimiter Hi im trying to run a list loop from a file that uses separate lines for the items. i wou

Re: line break as delimiter

2000-07-06 Thread Sharon DiOrio
I have some code to separate out long selects into multiple selects with the same ID, but I don't see where you're getting the ID from a list. Also, your code would seem to output everything in the list with the value of "1". If you could give me an example of the list, I could probably help. Sh

RE: line break as delimiter

2000-07-06 Thread Chris Evans
EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Brandon Whitaker [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 06, 2000 12:28 PM To: [EMAIL PROTECTED] Subject: Re: line break as delimiter >Hi >im trying to run a list loop from a file that uses separate lines for the

RE: line break as delimiter

2000-07-06 Thread Top-Link Tech (John Ceci)
try this: I think that should do it... John -Original Message- From: Eli Shechter [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 06, 2000 10:31 AM To: [EMAIL PROTECTED] Subject: line break as delimiter Hi im trying to run a list loop from a file that uses separate lines for the ite

Re: line break as delimiter

2000-07-06 Thread Brandon Whitaker
>Hi >im trying to run a list loop from a file that uses separate lines for the >items. >i would like to use a line break as a delimiter >anyone have any ideas?? >* > > > #i# > > >