Re: list delimiters question

2012-11-15 Thread Greg Morphis
and the first one is separating the parameters from the URL using the "?" as a delimiter. On Thu, Nov 15, 2012 at 8:59 AM, Dean Lawrence wrote: > > It is treading your form.some_url value as a list separated by a > question mark. The listgetat is retrieving the second value in the > list, whic

Re: list delimiters question

2012-11-15 Thread Greg Morphis
gets the second item in the list (chapter_id=12345) using the "=" as a delimiter On Thu, Nov 15, 2012 at 8:53 AM, morchella wrote: > > not sure what the listgetat 2 is doing? > > > ~| Order the Adobe Coldfusion Anthology now!

Re: list delimiters question

2012-11-15 Thread Dean Lawrence
It is treading your form.some_url value as a list separated by a question mark. The listgetat is retrieving the second value in the list, which are all the url name-value pairs. On Thu, Nov 15, 2012 at 9:53 AM, morchella wrote: > > not sure what the listgetat 2 is doing? > > >

Re: list delimiters question

2012-11-15 Thread morchella
not sure what the listgetat 2 is doing? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message

Re: list delimiters question

2012-11-15 Thread morchella
greg, that is perfect. Thank You. just seems a little cludgy. would be nice if i could just call the var like a url inside the object returnd in the form. any how, this will di it for me.. thanks again! -paul On Thu, Nov 15, 2012 at 9:43 AM, Greg Morphis wrote: > > no need to convert it to a

Re: list delimiters question

2012-11-15 Thread morchella
its from a form field, not a url, but it is a url. =] On Thu, Nov 15, 2012 at 9:43 AM, Marty Franklin wrote: > > Can you just access through the url scope? > > > > Best Regards, > > *Marty Franklin* > /Information Technology/ > > *Asset Research Services, Inc.* > ma...@assetresearch.com

Re: list delimiters question

2012-11-15 Thread Greg Morphis
no need to convert it to a array (I was trying to go that route but keeping it a list works fine too) On Thu, Nov 15, 2012 at 8:40 AM, Greg Morphis wrote: > I'm sure there are several ways to do this > http://somesite.com/some_display.cfm?some_id=4184&chapter_id=12120&passage_id=40099

Re: list delimiters question

2012-11-15 Thread Marty Franklin
Can you just access through the url scope? Best Regards, *Marty Franklin* /Information Technology/ *Asset Research Services, Inc.* ma...@assetresearch.com On 11/15/2012 7:28 AM, morchella wrote: > hey guys! > i could use a liitle help. i am trying to get a s

Re: list delimiters question

2012-11-15 Thread Greg Morphis
I'm sure there are several ways to do this http://somesite.com/some_display.cfm?some_id=4184&chapter_id=12120&passage_id=40099 "/> On Thu, Nov 15, 2012 at 8:28 AM, morchella wrote: > > hey guys! > i could use a liitle help. i am trying to get a specific value. in this > example "ch

list delimiters question

2012-11-15 Thread morchella
hey guys! i could use a liitle help. i am trying to get a specific value. in this example "chapter_id" ListgetAt could work, but the returned form url cold have the value in a different oposition at any time. i thought i could use a delimiter specifiying ,"chapter_id=" but that dosnt seem to work.

RE: CFLOOP, through list, delimiters help

2003-06-04 Thread Adrian Lynch
Make that mailto:[EMAIL PROTECTED] Sent: 03 June 2003 17:07 To: CF-Talk Subject: RE: CFLOOP, through list, delimiters help If you're after the emails try #ListLast(i, "Chr(the number for tabs)")# This assumes tabs separate the name country and email entries. Ade

Re: CFLOOP, through list, delimiters help

2003-06-04 Thread Ewok
#Chr(13)##Chr(10)# ? - Original Message - From: <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, June 03, 2003 8:51 AM Subject: CFLOOP, through list, delimiters help > Help, > > I'm trying to extract the e-mail addresses from a tex

RE: CFLOOP, through list, delimiters help

2003-06-04 Thread Adrian Lynch
CFLOOP, through list, delimiters help Help, I'm trying to extract the e-mail addresses from a text file. Here a sample of the text file and the code I have. Each line is separate by a carriage return. I forget what the symbol for the carraige return is which I need for the delimiter

Re: CFLOOP, through list, delimiters help

2003-06-04 Thread Jerry Johnson
The delimiter you want is probably chr(10) (line feed) Jerry Johnson >>> [EMAIL PROTECTED] 06/03/03 11:51AM >>> Help, I'm trying to extract the e-mail addresses from a text file. Here a sample of the text file and the code I have. Each line is separate by a carriage return. I forget what th

Re: CFLOOP, through list, delimiters help

2003-06-04 Thread CF Dude
I wrote a simple email parser a while back and instead of the CHR(13) or CHR(10), I used space " " as my delimiter. Then what I did was look for the @ in each line. If the @ existed, I put it into my list, if it didn't, I ignored that line. Just a suggestion Eric - Original Message -

CFLOOP, through list, delimiters help

2003-06-04 Thread coldfusion . developer
Help, I'm trying to extract the e-mail addresses from a text file. Here a sample of the text file and the code I have. Each line is separate by a carriage return. I forget what the symbol for the carraige return is which I need for the delimiter. Any help would be great. Ingar Bae

Re: list delimiters>>>

2002-05-30 Thread Tyler Silcox
k" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, May 30, 2002 4:03 PM Subject: RE: list delimiters>>> I scanned through the online CF help and it appears that all of the List functions, including ListAppend(), accept multiple single-cha

RE: list delimiters>>>

2002-05-30 Thread Timothy Heald
; From: Tyler Silcox [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 30, 2002 4:17 PM > To: CF-Talk > Subject: Re: list delimiters>>> > > > Tim wrote: MyList=ValueList(queryName.ColumnName, ', '); > > That'll work, but it doesn't work for ListAppend

Re: list delimiters>>>

2002-05-30 Thread Tyler Silcox
my previous message below for an example. I just thought I'd check with y'all to see if anyone had a good explanation for this... Tyler Silcox email | [EMAIL PROTECTED] - Original Message - From: "Timothy Heald" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAI

RE: list delimiters>>>

2002-05-30 Thread Chris Lofback
D]] Sent: Thursday, May 30, 2002 3:48 PM To: CF-Talk Subject: Re: list delimiters>>> I am actually trying to use a string as a delimiter like #ListAppend(MyList, MyValue, "mystring")# . If I do this: MyList=""; MyList=ListAppend(MyList, "Hello There", &q

RE: list delimiters>>>

2002-05-30 Thread Timothy Heald
Tim Heald ACP/CCFD :) Application Development www.schoollink.net > -Original Message- > From: Tyler Silcox [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 30, 2002 3:48 PM > To: CF-Talk > Subject: Re: list delimiters>>> > > > I am actually trying to use

RE: list delimiters>>>

2002-05-30 Thread todd
> -Original Message- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, May 30, 2002 3:19 PM > > To: CF-Talk > > Subject: Re: list delimiters>>> > > > > > > Commas, spaces are the obvious delimiters. If that'

Re: list delimiters>>>

2002-05-30 Thread Tyler Silcox
sing delimiters? Tyler Silcox email | [EMAIL PROTECTED] BTW: I'm not trying to use "mystring" as a delimiter, I just want to use ", " (comma space) as a delimiter to output the list to the browser. - Original Message - From: "Ryan Kime" <[EMAIL PRO

RE: list delimiters>>>

2002-05-30 Thread Timothy Heald
help files in studio. The CFML Language reference has everything you will need. Tim Heald ACP/CCFD :) Application Development www.schoollink.net > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 30, 2002 3:19 PM > To: CF-Tal

RE: list delimiters>>>

2002-05-30 Thread Ryan Kime
Is this what you are looking for? If you already have a list, you can change the delimiter like so ListChangeDelims(#yourList#, "+") -Original Message- From: Tyler Silcox [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 2:20 PM To: CF-Talk Subject: list delimite

Re: list delimiters>>>

2002-05-30 Thread todd
stAppend(list,string,"|") etc.. Does that answer your question or am I misunderstanding. ~Todd On Thu, 30 May 2002, Tyler Silcox wrote: > Is there any known tricks to providing list delimiters to the List functions? >Sometimes you can use a string as a delimiter, #ValueList()#,

list delimiters>>>

2002-05-30 Thread Tyler Silcox
Is there any known tricks to providing list delimiters to the List functions? Sometimes you can use a string as a delimiter, #ValueList()#, and other times it will only allow you to use/accept the first character, such as #ListAppend()#. Any idears? Tyler Silcox email | [EMAIL PROTECTED

Re: list delimiters

2002-05-13 Thread Kay Smoljak
Hey, this sounds perfect! I'm off to find it now. Thanks a lot :) "Mike Townend" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > Theres a custom tag called CFX_CSVToQuery... cant remember off hand > where i got it... probably from the Dev Exchange but can send it to you > off-

Re: list delimiters

2002-05-13 Thread Mike Townend
Theres a custom tag called CFX_CSVToQuery... cant remember off hand where i got it... probably from the Dev Exchange but can send it to you off-list if you want... This takes a CSV file and converts it into a CFQuery Object.. This handles commas in the fields (assuming they are within quotatio

Re: list delimiters

2002-05-13 Thread Kay Smoljak
OK... So I have each record (line) of the CSV in a separate list. I now need to loop over each record (list) and pull the individual fields out. In order to change the commas to pipes, I'd have to know which ones to change and which ones not to, no? The only way I can think of involves lots of re

Re: list delimiters

2002-05-12 Thread Jeffry Houser
as? > >As far as I know, ColdFusion reads commas a list delimiters, period. >It doesn't matter if you are using qualifiers. I'd like to see that >fixed somewhere along the line by adding a Qualifier variable to the >cfloop tag. The easiest thing to do is simply create a MS Ac

RE: list delimiters

2002-05-12 Thread Bud
On 5/12/02, Reuben Poon penned: >Kay, > >You could try this (written in psudo-code) > >1 replace "," with || >2 loop through items using , as delimiter >3 set || back to "," > >This would remove the problem with the multiple commas and seems to be a >relatively easy solution. You should only have

Re: list delimiters

2002-05-12 Thread Bud
On 5/13/02, Kay Smoljak penned: >Which is fine, except it's not taking into account commas that appear in >the title or blurb fields. I'm sure there's a simple answer, but I'm at >a loss to see it. Any ideas? As far as I know, ColdFusion reads commas a list delimiter

RE: list delimiters

2002-05-12 Thread Cameron Childress
7-5072 aim: cameroncf email: [EMAIL PROTECTED] > -Original Message- > From: Kay Smoljak [mailto:[EMAIL PROTECTED]] > Sent: Sunday, May 12, 2002 12:52 PM > To: CF-Talk > Subject: list delimiters > > > I'm trying to import a CSV, do some fiddling with it, then sav

RE: list delimiters

2002-05-12 Thread Reuben Poon
s of code (#1 and #3). Hope this helps (and works :), Reuben Poon -Original Message- From: Kay Smoljak [mailto:[EMAIL PROTECTED]] Sent: Sunday, May 12, 2002 9:52 AM To: CF-Talk Subject: list delimiters Importance: Low I'm trying to import a CSV, do some fiddling with it, then save it

list delimiters

2002-05-12 Thread Kay Smoljak
I'm trying to import a CSV, do some fiddling with it, then save it off as a file again. Some of the fields contain commas within them, so these fields are all enclosed in double quotes. I am reading in the file like this: then looping over it like this: