$editbox: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
Doomie (talk | contribs)
No edit summary
(No difference)

Revision as of 20:09, 11 September 2005

Returns the text in the editbox of the specified window.

$editbox(window,N)

If N = 1, returns the text in the second editbox in a channel window, if it's open.

Example

$editbox(Status Window)

This returns the current text in the editbox of the status window.