123456789101112131415161718192021222324252627282930313233 |
- .. _func_maxgui_text areas_textareachar:
- ============
- TextAreaChar
- ============
- TextAreaChar -
- Description
- ===========
- .. code-block:: blitzmax
- TextAreaChar( textarea:TGadget,line )
- Find the character position of a given line in a TextArea gadget.
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|