Get List Length problem

Hello, guys! I want to make a config, but I have a problem, the Get List Length Isn’t working as it’s supposed to. I will leave a screenshot below:

BLOCK:ConstantList
value = [“fuck”, “oxy”]
=> VAR @mylist
ENDBLOCK

BLOCK:GetListLength
list = @mylist
=> VAR @getListLengthOutput
ENDBLOCK

If not send me the list

image
this is the list: [4901, 5949, 5956, 5959, 5961, 5969, 5973, 7722, 9006, 9170, 9180, 9182, 9184, 9198, 9202, 9204, 9206, 9584, 9586, 9588]

BLOCK:ConstantList
value = [“4901”, “5949”, “5956”, “5959”, “5961”, “5969”, “5973”, “7722”, “9006”, “9170”, “9180”, “9182”, “9184”, “9198”, “9202”, “9204”, “9206”, “9584”, “9586”, “9588”, “”]
=> VAR @list
ENDBLOCK

BLOCK:GetListLength
list = @list
=> VAR @length
ENDBLOCK

Maybe it doesnt work in 0.2.5 :slight_smile:
edit: updated to latest version and still doesnt work.
another edit: i fixed it LOL

Well ok im on most updated version

Use VAR mode and write just the name of the list variable