how to get a specific item of a list
I made https://perchance.org/tkq1pllaqq#edit to show what I tried
Syndicated from the fediverse. Read and engage on the original instance.
View original on lemmy.worldI made https://perchance.org/tkq1pllaqq#edit to show what I tried
2 replies
Hi, I would first select all items from the list using
.selectAlland since it returns an array, you can index it like soitems.selectAll[it-1]. It has a minus 1 since the indexing starts at 0 for the first element and sinceitis from 1-6 but indexing is only from 0-5.that's got it! thanks muchly