The TGET-class of FWH 9.04 still causes problems now and then.
I always got this error :
Error BASE/1111 Argument error: LEN
The stacklist always refers to :
LEN(0)
TGET => TGET:LBUTTONUP(1566)
This code is found there :
- Code: Select all Expand view
- if ::nPos > len( ::oGet:buffer )
::nPos--
endif
Any idea what goes wrong ?
What will happen if I remark these lines ?
Thanks a lot in advance.