Is it possible to create a list from a single string?

For example, create a list containing 5 values, 13, 22, 36, 40, 55 using only one line of text.

I understand how to do it other ways, ie list.create, just want to know if it is possible using only a single string of text.

Thanks!

Do you mean something like this?

Exactly, thanks my good friend

On that note, if i wanted to create a list of 1, 2 ,3 ,4, 5 could i do this:

{β€œ1…5”};

?

Ignore that, forgot i could just try it myself :slight_smile:

β€œ1…5” won’t work.
However you could try one of the following …

2 Likes