Code: Select all
$items = <<<>>>
1||:nuke
2||%winsysdir%\shell32.dll /10
3||<xyicons>\Apple.ico
>>>;
$sel = inputselect("Select...", $items, <crlf>, 1+2+32+1024+8192, 11:="|");
If done with popupmenu() it works fine with the index:
Code: Select all
$items = <<<>>>
1||:nuke
2||%winsysdir%\shell32.dll /10
3||<xyicons>\Apple.ico
>>>;
$sel = popupmenu($items, 6:=<crlf>, 7:="|");
XYplorer Beta Club