.. _func_maxgui_selecttextareatext: ================== SelectTextAreaText ================== SelectTextAreaText - Description =========== .. code-block:: blitzmax SelectTextAreaText( textarea:TGadget,pos=0,length=TEXTAREA_ALL,units=TEXTAREA_CHARS ) Select a range of text in a TextArea gadget. Depending on the value of the units the position and length parameters specify the character position and number of characters or the starting line and the number of lines that SelextTextAreaText will highlight. See Also: #TextAreaCursor, #TextAreaSelLen and #CreateTextArea Parameters ========== Return Values ============= Nothing. Examples ======== See Also ========