Suggestion for help file
Posted: 17 Sep 2014 03:25
I just read through a lot of the help documentation, including the whole section on lists, trying to find how to get an element from a list. I find it kinda funny that with all that amazing documentation the most basic function of a list isn't covered. Instead, there are heaps of examples of complete iteration over an entire list.
I thought you'd like to know.
Since I am an Android programmer I am GUESSING it's going to be list[0] if I want to access the first element in a list, since the rest of the scripting seems to follow Java pretty closely. I'll try it out and see if that's right.
I thought you'd like to know.
Since I am an Android programmer I am GUESSING it's going to be list[0] if I want to access the first element in a list, since the rest of the scripting seems to follow Java pretty closely. I'll try it out and see if that's right.