Sorry about that last message; I must have accidentally hit a wrong key

Is there any easy way to append to an "AddRichEdit" text field? I would like
it to just add to the text field without replacing it.

$myRichEdit->Select(-1,-1);   # position cursor at end
$myRichEdit->ReplaceSel($text_to_add);
# current selection has length 0, so none
# of the current text is lost

I believe (-1,-1) are the proper parameters to put the cursor at the very end; but I might be wrong.

_________________________________________________________________
Get McAfee virus scanning and cleaning of incoming attachments. Get Hotmail Extra Storage! http://join.msn.com/?PAGE=features/es


Reply via email to