Closed Thread
Results 1 to 2 of 2

Thread: pascal: Text to string

  1. #1
    thatsme is offline Programmer
    Join Date
    Oct 2009
    Posts
    173
    Rep Power
    0

    pascal: Text to string

    Hi, i have to write the program which opens the text file and combines two adjacents words if one's last letter is the same like other's first. i dont know how to turn text to string, and then when i modify string, how to turn it back to text. Can enybody post an example?

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: pascal: Text to string

    Use readln to read the line of text into a string, then process it from there.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 5
    Last Post: 08-23-2011, 07:53 AM
  2. Reading text from a string in a special way
    By bojan_p87 in forum C# Programming
    Replies: 5
    Last Post: 02-10-2011, 02:35 PM
  3. Problem with reading text from files into a string
    By DarkLordoftheMonkeys in forum C and C++
    Replies: 7
    Last Post: 01-23-2010, 08:09 PM
  4. Text box alignment with long string
    By Peckerfish in forum C# Programming
    Replies: 3
    Last Post: 05-08-2009, 08:55 AM
  5. Reading a string from a text file?
    By MoonBoots89 in forum C and C++
    Replies: 3
    Last Post: 03-13-2009, 03:10 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts