TextAreaText$( textarea[,start[,count]] )

Parameters

textarea A textarea gadget handle
start The 0 based index of the first character to retrieve.
count The number of characters to retrieve

Description

Retrieves some or all of the text in a textarea gadget.

If start and count are ommited, the entire text is returned.

If count is ommited, all text from the specified start index is returned.

Index

Click here to view the latest version of this page online with user comments