How can I convert a string to a char list?
for example
"hello" --> ['h','e','l','l','o']
I have been searching but I can't find my answers
thanks
--
Juan Efrén Castillo Encinas
--
http://mail.python.org/mailman/listinfo/python-list
I am using reportlab to create pdf documents, everything looks fine,
how ever, is there a way to specify a max width to drawString
function ? I mean cut the sentence and continue a step down...
Cheers
--
http://mail.python.org/mailman/listinfo/python-list
On Sep 18, 3:20 am, Robin Becker wrote:
> juanefren wrote:
> > I am usingreportlabto create pdf documents, everything looks fine,
> > how ever, is there a way to specify a max width to drawString
> > function ? I mean cut the sentence and continue a step down...
>
>