In <[EMAIL PROTECTED]>, ronrsr wrote: > when I try to print a web table containing output from a database, I am > getting more info than I want- - > > I would like this to print w'o the array('c', AND I'd like the > control characters to print as HTML control chars.
Look up the `tostring()` method on `array.array` objects and `str.replace()` for replacing the line ends by '<br />'. Ciao, Marc 'BlackJack' Rintsch -- http://mail.python.org/mailman/listinfo/python-list