Actually, figured it out doing that... and doing some other comparisons.

Thanks!

        Lee


> -----Original Message-----
> From: Paul Mone [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, November 16, 2000 10:27 PM
> To: CF-Talk
> Subject: RE: Reading a file/cfhttp.filecontent line by line, or...
>
>
> CFHTTP.filecontent is a string.
>
> So, you can search using FindNoCase, which conveniently returns
> the index of
> the match found.  You can then offset this by whatever amount of
> characters
> you'll need to get your hidden field's value.  You'll probably
> need to find
> the end of your hidden field's tag as well, if the length of the field's
> value changes.
>
>
>
>
> -----Original Message-----
> From: Lee Fuller [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, November 16, 2000 4:52 PM
> To: CF-Talk
> Subject: Reading a file/cfhttp.filecontent line by line, or...
>
>
> I know that we've talked about this before, but I can't seem to
> remember how
> to do this.
>
> I need to find a specific string in the returned var of
> cfhttp.filecontent,
> then look ahead a certain number of positions, then pull out the remaining
> 10 characters.  Basically I'm going to be finding a hidden form field, and
> grabbing it's value from what's returned by cfhttp.
>
> Can anyone send me the info on how to do this?
>
> TTAIA!
>
>       Lee
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
> https://secure.houseoffusion.com
>
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official
> book at https://secure.houseoffusion.com
>
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to