Is it possible to create the names of Variable on the fly and use them.
Like so.
[VarDef, var0, :D]
[VarDef, var1, :rolleyes:]
[VarDef, var2, :p]
[VarSet, i, 0]
[Loop, 3,
[Note, [StrMerge, “var”, [Var, i]]]
[VarInc, i]
]
I have already tried this and it doesn’t work.
I have moved on to create memory and just increment through it, I was just wondering if anyone has done this yet.