Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by BigBrotherCoder

  1. BigBrotherCoder

    IdTCPServer - WriteLn method - Embedded #13

    Thanks all for the answers... Turns out that Griff was right - the writeLn method was fine with the embedded #13's... I was morphing from one object type too early and losing the subsequent parts in the morph before I was sending it... In plain English - there was only one line left to send -...
  2. BigBrotherCoder

    IdTCPServer - WriteLn method - Embedded #13

    The system on the other end is not "my" system... As such I have no control over how it will interpret what I send... I *do* know that it will stop "reading" at the #28. The problem is that I actually tried using the .socket.write() method and had near identical results - nothing after the...
  3. BigBrotherCoder

    IdTCPServer - WriteLn method - Embedded #13

    that's what I thought... The question, then, remains - How do I send a string with embedded formatting characters down the socket? WriteLn seems to not work with special characters - I can only assume I need to use something else...
  4. BigBrotherCoder

    IdTCPServer - WriteLn method - Embedded #13

    No, I was using 'stuff' + #13 + 'stuff' + #13 + #28. Is this not the equivalent?
  5. BigBrotherCoder

    IdTCPServer - WriteLn method - Embedded #13

    Hello all - This is my first post here so I apologize if this has been covered... I have a program that uses an Indy TCP Server to receive a message and then must send a response that has an embedded carriage return. In short, the response must look like...

Part and Inventory Search

Back
Top