![]() |
![]() |
$objects.dump Dump the KVIrc widgets. |
Usage |
<array> $objects.dump(<print:boolean>) |
Description |
This function return an array containing a representation of the widgets tree in KVIrc; If the <print> flag is enabled, the array will be printed in the current window, too. |
Examples |
%A[]=$objects.dump(0)
%i=0
while (%i != %A[]#)
{
echo %A[%i]
%i++
}
|