Good work Kent...
Quote from: omegaman on June 15, 2016, 06:18:39 PMGood work Kent...I would like to change listbox game's name format to index number of games & chop game name. Do you know a code make for ? Thanks.
listbox.format_string = "[SortValue]";
Hello keilmillerjrFind how to chop game name as below code. I will try it on tonight. But I still not know how to use "magic token" for adding index number of games. Could you help me to complete the script?. Many Thanks. Quotelistbox.format_string = "[SortValue]";
function Title(index_offset) {}local listbox = fe.add_listbox( x, y, w, H );listbox.format_string = "[!Title(index_offset)]";
Working on a pos Android phone, so I will edit as I go as to not loose what I type.Code: [Select]function Title(index_offset) {}local listbox = fe.add_listbox( x, y, w, H );listbox.format_string = "[!Title(index_offset)]";
Thank you for keilmillerjr hints. I have updated the theme. You may download it from post #1