Project

General

Profile

Actions

$editboxhistory » History » Revision 5

« Previous | Revision 5/6 (diff) | Next »
Per Amundsen, 08/18/2020 09:16 PM


Added in 2.3

$editboxhistory(window,N)

Returns the Nth Editbox history item for the window.

See also $editbox, /editbox.

Parameters

window - The window to retrieve Editbox history from.
N - If N = 0, number of history items, otherwise the Nth item.

Properties

.pos - Returns the current Editbox history position.

Example

; Print number of Editbox history items for the active window.
//echo -ag $editboxhistory($active, 0)

; Print the first Editbox history item for the active window.
//echo -ag $editboxhistory($active, 1)

Updated by Per Amundsen over 3 years ago · 5 revisions

Also available in: PDF HTML TXT