Superjay
(Jay Lee)
#1
How to detect if [1, 2, 3]
or "q", "w", "e"
is list or not?
Rogerio_Rios
(Professional Support)
#2
How ?
Did You Read Text Blocks ?
Superjay
(Jay Lee)
#3
["q", "w", "e"]
is list and "a"
is not list. How to detect if it is a list?