Hi,
Is there a maximum length for a GET?
@ 10 , 1 GET oMemo VAR cMemo OF oDlg MEMO
I use a MEMO GET to log activity of a procedure and Add every new files
FUNCTION ELEFILE( cFile , oProgr )
LOCAL nLinee := mlcount( oProgr:gettext() )
LOCAL nPosEnd := Len( AllTrim( oProgr:GetText() ) ) + 1
oProgr:setpos( nPosEnd )
oProgr:paste( cFile + crlf )
sysrefresh()
RETURN NIL
when the length arrives at 20000
the program is constantly decreasing