EditBox:GetText

From Warcraft Wiki
Jump to navigation Jump to search

Returns the value of an edit box.

text = EditBox:GetText()

Returns

text
string - The current text; however, "|" and "\" are escaped as "||" and "\\".

Details