i luv ya dick!!!! lol
thanks :)
heres all it took (finally) if anyone else needs it

<!--- retrieve info from USGS website --->
<cfhttp url="" "
method="get">
</cfhttp>

<!--- place contents into a formated variable --->
<cfset data = "">
<!--- <cfdump var="#data#"> --->
<cfset last = listLast(data, "USGS")>
<cfset riverNumber = listGetAt(last, 1, chr(9))>
<cfset dateTime = listGetAt(last, 2, chr(9))>
<cfset waterFlow = listGetAt(last, 3, chr(9))>
<cfset waterTemp = listGetAt(last, 4, chr(9))>
<cfset setDate = DateFormat(dateTime, "mmm-dd-yyyy")>
<cfset setTime = TimeFormat(dateTime, 'hh:mm:ss')>



---------- Original Message ----------------------------------
From: Dick Applebaum <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date:  Fri, 23 Jul 2004 14:31:33 -0700

>This is a tab-separated list
>so, use listgetat with a chr(9) delimiter.
>
>HTH
>
>Dick
>
>"The nice thing about standards is that there are so many of them to  
>choose from."
>- Andrew S. Tanenbaum -
>
>On Jul 23, 2004, at 2:04 PM, dave wrote:
>
>> it still gets me the same results as i had before
>>  09085000 2004-07-23 12:30 800 59.9
>>
>>  which i cant seem to break into individual pieces to send to an array
>>
>>
>>
>>
>>
>>  ---------- Original Message ----------------------------------
>>  From: Claude Schneegans <[EMAIL PROTECTED]>
>>  Reply-To: [EMAIL PROTECTED]
>>  Date:  Fri, 23 Jul 2004 13:12:49 -0400
>>
>>  >>>Ummm, your link is to localhost and that won't work for anyone but  
>> you.
>>  >
>>  >Ooops, I cut'n paste the link from the wrong window :-(
>>  >
>>  >It is  
>> http://www.contentbox.com/claude/customtags/REextract/
>> testingREextract.cfm
>>  >
>>  >Sorry about that.
>>  >
>>  >- Select http for input mode,
>>  >- enter RE1="[[:cntrl:]]+USGS[[:space:]]+"
>>  >- enter RE2="USGS[[:space:]]+|$"
>>  >- output mode = list
>>  >- extract = last (you may also have them all in a query)
>>  >
>>  >--
>>  >_______________________________________
>>  >REUSE CODE! Use custom tags;
>>  >See http://www.contentbox.com/claude/customtags/tagstore.cfm
>>  >(Please send any spam to this address: [EMAIL PROTECTED])
>>  >Thanks.
>>  >
>>  >
>>  >
>>  >
>>  
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to