I want to assign each key from a dictionary to a variable. Thanks in advance.
With events you can only do it one by one.
Set Var1 to Dictionary.Get("Key1")
Develop games in your browser. Powerful, performant & highly capable.
Thanks Dop. THanks for your continued support.
By the way do you know if the "0", in an empty array is a value of zero or is a null?
I think empty cells in arrays contain 0 (zero). You can also fill them with "" (empty string). But there is no Null value in Construct.