ListBox1.AddRow("October")
I want to add 1 in the next Cell, same Row. How do I get the just added Row # ?
ListBox1.AddRow("October")
I want to add 1 in the next Cell, same Row. How do I get the just added Row # ?
For older versions of Xojo it’s LastIndex.
In that case, I always checked the LR because I never knew LastIndex or ListIndex.
Not obvious. I do not searched an index was my feelng when I read this command
THANK YOU CHRISTIAN.