Widget API: EditBox:GetText

Revision as of 11:47, 10 June 2006 by WoWWiki>Mikk ({{widgetmethod}})

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.