Questions about lists

Hi there,

I have several questions about the use of lists in coespace. I raise my doubts here in case someone knows the answer and in case it might be useful for other people in the future.

I have a list of 15 elements numbered from 0 to 14:

1.- How can I get a data or a value inside a specific position of my list to know what it contains?

2.- How can I change the value for a position in a list ? (How to set)

I hope someone could help me,

Thank you all,

Have a lovely day,

Stark

1 Like

Hi @Stark,

The code below demonstrates the 2 things you want to do:

Note that the list starts at zero.

Hope that helps! Let me know if you have any further questions about this. If this solves your problem, please mark this post as the Solution.

Many thanks,
Geoff @ TechLeap

2 Likes

Thank you techleapnz, your answer it has been very helpful.
Have a lovely day,
Stark

1 Like