Group and groups
Posted: Fri Aug 12, 2016 6:38 pm
I may be missing something, so any help is accepted.
There is a group named tList.
Inside tList there are 20 groups named "A,B,C,D,etc.."
since the groups are correctly layered:
BUT
Is there a way to reverse the function, in order to obtain a group number inside a group?
In an ordered list of groups this would speedup the selection, knowing the name of the group.
Thanks
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