.Version 2
.Local variable a, text type
.Local variable b, text type, , "0"
.Local variable c, integer type
.Local variable d, integer type, , "0"
a = to text (read file (get running directory ()) + "\ 1.txt”))
b = Split text (a, #line break, )
. Counting loop head (get the number of array members (b), c) p>
d [c] = to integer (b [c])
. Counting loop tail ()