Difference between revisions of "TextInputDialog:getText"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
|||
Line 7: | Line 7: | ||
Returns the text on the text field.<br /> | Returns the text on the text field.<br /> | ||
<br /></translate> | <br /></translate> | ||
− | < | + | <syntaxhighlight lang="lua"> |
(string) = TextInputDialog:getText() | (string) = TextInputDialog:getText() | ||
</source> | </source> |
Revision as of 14:31, 13 July 2023
Available since: Gideros 2012.8
Class: TextInputDialog
Description
Returns the text on the text field.
<syntaxhighlight lang="lua">
(string) = TextInputDialog:getText()
</source>
Return values
Returns (string) The text on the text field.