$iconname

Returns the name of an icon
Syntax

$iconname(<iconid>)

Description
Returns the name of a builtin icon given an <iconid>. The <iconid> is returned by the function $icon. If the <iconid> is not valid, an empty name is returned.
The following code will list all the available icon names:
    %i = 0
    do {
        %name = $iconname(%i)
        echo The icon by ID %i is named %name
        %i++
    } while(%name != "")
Examples
    echo $iconid(24)
    echo $iconid($icon(linux))
See also
$iconname

Main, Functions
KVIrc 3.0.0 Documentation
Generated by kris at Mon Apr 4 22:50:40 2005