.. _func_maxgui_text areas_settextareatext: =============== SetTextAreaText =============== SetTextAreaText - Description =========== .. code-block:: blitzmax SetTextAreaText( textarea:TGadget,text$,pos=0,length=TEXTAREA_ALL,units=TEXTAREA_CHARS ) Set the contents of a TextArea gadget. See Also: #CreateTextArea, #AddTextAreaText and #SetGadgetText Parameters ========== Return Values ============= Nothing. Examples ======== See Also ========