WoW:API EditBox GetText: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
({{widgetmethod}})
Line 1: Line 1:
{{widgetmethod}}
<center>'''GetText''' ''-Documentation by DerGhulbus-''</center>
<center>'''GetText''' ''-Documentation by DerGhulbus-''</center>


Line 22: Line 24:


If you want to read in numbers you should use the [[API EditBox GetNumber|GetNumber()]] function instead.
If you want to read in numbers you should use the [[API EditBox GetNumber|GetNumber()]] function instead.
----
{{Template:WoW API}}

Revision as of 11:47, 10 June 2006

Widget API ← EditBox < GetText

GetText -Documentation by DerGhulbus-
str = editBox:GetText()

Returns the String that is currently entered in the EditBox.


Arguments

???


Returns
str
str
String - the current String in the EditBox

Details

--


Comments

If you want to read in numbers you should use the GetNumber() function instead.