WoW:API EditBox GetText: Difference between revisions
Jump to navigation
Jump to search
GetText -Documentation by DerGhulbus-
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. | ||
Revision as of 11:47, 10 June 2006
← Widget API ← EditBox < GetText
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.