Convert String Table to Table

“{1, 2, 3}”
How do I turn it into a table as it’s a string?

Why you need to define a table like that? Why should there be a table inside a string? When doing that and it prints, it just counts as a string.

"{1, 2, 3}"

I got it from a database. Thats why.

Explanation

TL:DR, Use

1 Like