get text content length of TextCtrl fast?

len(textctrl.GetValue()) is slow - for periodic checks on big text etc

Is there a faster way - like WM_GETTEXTLENGTH on Win or in Scintilla ?

Hi,
is possibly the GetLastPosition() method, what you want?

hth,
   vbr

ยทยทยท

2013/6/22 Robert <kxroberto@googlemail.com>:

len(textctrl.GetValue()) is slow - for periodic checks on big text etc

Is there a faster way - like WM_GETTEXTLENGTH on Win or in Scintilla ?

--