[Tkinter-discuss] How can I edit a string inside a textbox?

Alex Garipidis n3atione at hotmail.com
Tue Dec 11 11:58:33 CET 2007


> oops, transcription error.  try:
> 
>      end = text.search("\W", pos + " + 1c", regexp=True)
> 
> or just
> 
>     end = text.search("\W", pos + "+1c", regexp=True)
> 
> </F>


Hi Fredrik,

thanks again for your answer :). Unfortunately I get the same error message with the "+1c"... "Bad text index +1c". 

Thank you for your time,
Alex

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/tkinter-discuss/attachments/20071211/6d4e4e9d/attachment.htm 


More information about the Tkinter-discuss mailing list