Tree View won't click item when variables are used for index numbering?
If I use variables for clicking on a Treeview item by index it is not working. It always interprets the variable as a 0. If I use numbers instead of variables it works fine. Why? Here is bri...