Still not working
I found the following separate code,
Function LB_GetSelectedItemsIndexArray
I found the following separate code,
Function LB_GetSelectedItemsIndexArray
[size=large];/ http://www.quickmacros.com/forum/showthread.php?tid=408&pid=17235#pid17235
function hlb ARRAY(int)&selitems
;Gets integer array of selected items 0-based index in a multiple-selection listbox.
int i n=SendMessage(hlb LB_GETSELCOUNT 0 0)
if(n)
,selitems.create(n)
,SendMessage(hlb LB_GETSELITEMS n &selitems[0])[/size]