But custom identifiers don't work either, be it to return the filepath and indexNr, or the indexNr only (At least I don't get it work). Custom identifiers work well to return an iconpath - it's all about the index number parsing.

Assume you have:
Code:
alias myicon { return $mircexe  }
alias myicon2 { return $mircexe , 10 }
alias iconnr { return 10 }

work:
Code:
icon $mircexe , 10
icon $myicon
icon $myicon , 10

don't work:
Code:
icon $myicon2
icon $myicon , $iconnr
icon $mircexe , $iconnr


Last edited by Horstl; 19/02/09 11:21 PM.