J
Jezebel
First. Textboxes can wrap lines automatically and if you add scrollbars
there's no particular limit to the number of 'lines' the textbox can hold.
Second, there's no reason to expect one line in the document to correspond
to one line in the textbox.
You can't easily loop through the lines of the document because within the
document there is no 'line' object as such. The line breaks are not built-in
to the text.
Perhaps if you explained what you were trying to do? It sounds like you want
to transfer the body of your document to a series of textboxes, 18 lines at
a time... but that surely isn't what you mean.
there's no particular limit to the number of 'lines' the textbox can hold.
Second, there's no reason to expect one line in the document to correspond
to one line in the textbox.
You can't easily loop through the lines of the document because within the
document there is no 'line' object as such. The line breaks are not built-in
to the text.
Perhaps if you explained what you were trying to do? It sounds like you want
to transfer the body of your document to a series of textboxes, 18 lines at
a time... but that surely isn't what you mean.