$selected

Returns the list of selected nicknames in the channel
Syntax

$selected
$selected(<window id>)

Description
The form with the <window id> parameter returns an array of the selected nicknames in the channel designated by <window id>. The form without parameters returns an array of the selected nicknames in the current window (assuming that it is a channel), thus it is equivalent to calling $selected($window) The returned value may be assigned to a dictionary too: it will be used to simulate an array.
In a non-array/dictionary context it returns the selected nicknames as a comma separated list.
Examples

    echo $selected
    foreach(%i,$selected)echo %i
See also
$window, $channel, Window naming conventions

Main index, Function index
KVirc 3.0.0 documentation
Generated by diego at Sat Jul 13 15:37:55 2002