Updated List Element.md (markdown)
commited
commit
436145b086724a05ef1a19d0f7bb8b0ad20b7bf1
... | ... | @@ -39,4 +39,4 @@ Lists are like variables, but they can store more values in one, so we just have |
39 | 39 | |
40 | 40 | [[/uploads/Screenshot_20210107-121128_Fancade.jpg]] |
41 | 41 | |
42 | Next thing we have to do is run the script for every bullet with a [[loop]]. We plug the Counter output of the loop into the Index input of our lists, which helps us get access to the individual values stored in the list. The script runs for every bullet in the list. |
|
... | ... | \ No newline at end of file |
0 | Next thing we have to do is run the script for every bullet with a [[loop]]. We plug the Counter output of the loop into the Index input of our lists, so that we could access each index and the values one by one. The script runs for every bullet and our problem is solved! |
|
... | ... | \ No newline at end of file |