WoW:API EditBox SetText

From AddOn Studio
Revision as of 13:30, 12 March 2005 by WoWWiki>DerGhulbus
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
SetText -Documentation by DerGhulbus-
editBox:SetText(String)

Sets the editBox's text to the specified string.


Arguments
String
String
the string you want to appear in the EditBox

Returns

???


Details

You should call a SetText("") every time you read from an EditBox, so the command line is free for the next input.


Template:WoW API