Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6360009
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T23:35:38+00:00 2026-05-24T23:35:38+00:00

I need to manipulate each line of a cfhttp.filecontent I got from a get:

  • 0

I need to manipulate each line of a cfhttp.filecontent I got from a get:

<cfhttp url="www.internet.com/file.html" method="GET" resolveurl="false"></cfhttp>

<cfoutput>
    #cfhttp.FileContent#
</cfoutput>

How would I loop through cfhttp.filecontent line by line?

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T23:35:38+00:00Added an answer on May 24, 2026 at 11:35 pm

    Typically you can use list functions with some combination of chr(10) and/or chr(13) as the list delimiter. But it all depends on how “lines” are defined in your content.

    <cfoutput>
    <cfloop list="#cfhttp.FileContent#" delimiters="#chr(10)#" index="line">
        #line#<br>
    </cfloop>
    </cfoutput>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to manipulate an existing XML document, and create a new one from
I have a need to find and manipulate <input type=checkbox> from a table. At
I need to manipulate large strings in Java (deleting and adding the deleted chars
I have a web page I need to manipulate using either DOM or JavaScript,
I'm converting an existing program to C++ and here need to manipulate Sybase timestamps.
In the code shown below, I need to manipulate the time var in python
I have a WPF app in which I need to programatically manipulate at runtime.
I need to write an app which can observe and manipulate the positions of
I need to figure out how to utilize one SWF player/file to load different
I need to manipulate the attributes of a label element inside an ASP.NET CheckBoxList

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.