Home
Products
Community
Manuals
Contact
Login or Signup

BlitzMax Docs -> T -> TextAreaSelLen

TextAreaSelLen( textarea:TGadget,units=TEXTAREA_CHARS )

Returns:

Nothing.

Description:

Find the size of the selected text in a TextArea gadget.

The TEXTAREA_CHARS option returns the number of characters currentlyhighlighted by the user where as TEXTAREA_LINES will specify thefunction returns the number of lines selected.

See Also: TextAreaCursor and CreateTextArea


Comments

None.

BlitzMax Manual Forum

Blitz3D Equivalent Command