Create list of n integers 1-n

Hi,

Let’s say i have a list with n items. List Count will return n.

Now I want to create a list of integers:
[0] 1

[n-1] n

How can i do this?

Many thanks in advance.


Like this?
Edit: the image slightly

1 Like

Thanks a lot!

You’re welcome.! :wink:


I realized this will do fine as well.

1 Like