There is a group named tList.
Inside tList there are 20 groups named "A,B,C,D,etc.."
Code: Select all
put the number of groups of group "tList" --correctly return "20"
Code: Select all
put the short name of group 3 of group "tList" --correctly return "C"
Code: Select all
Put the number of group "C" of group "tList" --it return the group number inside the card, "44", not 3
In an ordered list of groups this would speedup the selection, knowing the name of the group.
Thanks