WoW:API EditBox GetText: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 25: Line 25:
----
----
{{Template:WoW API}}
{{Template:WoW API}}
[[Category:API Functions|EditBox]]

Revision as of 15:46, 4 January 2006

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.


Template:WoW API