WoW:API EditBox GetText

From AddOn Studio
Revision as of 13:27, 12 March 2005 by WoWWiki>DerGhulbus
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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