| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: multi-line-text-widget-or-window start end return-crlf
Returns a string consisting of the text from index start to index end
in either a multi-line-editable-text
control or
a text-edit-pane
. If either start or
end are outside the range of zero to the length of all the text, these
indices are constrained to be within that range, and the length of the
returned string will then be less than (- end start).
The return-crlf argument no longer has any effect, and is kept for backward compatibility only. It was used on the Windows platform by an earlier version of the RichEdit control.
The length of the actual returned string is returned as a second value.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |