RE: [sqlite] Stripping a newline character

2006-09-06 Thread Rob Richardson
Please forgive my idiocy. I was more tired than I thought. First, I posted this message to the wrong mailing list (I wanted a Python list), and second, I made a dumb, silly assumption about how the method worked. RobR

Re: [sqlite] Stripping a newline character

2006-09-05 Thread Nuno Lucas
On 9/5/06, Rob Richardson <[EMAIL PROTECTED]> wrote: Greetings! I am using a serial communications package that includes a readline() method to talk to a bar-code scanner. Readline() gives me a string whose last character is a newline ('\n'). I am trying to get rid of the newline.

Re: [sqlite] Stripping a newline character

2006-09-05 Thread John Stanton
What language are you using? Rob Richardson wrote: Greetings! I am using a serial communications package that includes a readline() method to talk to a bar-code scanner. Readline() gives me a string whose last character is a newline ('\n'). I am trying to get rid of the newline.