Issue with variables
Posted: Thu May 14, 2015 12:23 am
How do I get this to return;
Hello
World
instead of;
1
2
:global Test1 Hello
:global Test2 World
:for n from 1 to 2 do={
:put "$Test$n"
}
Hello
World
instead of;
1
2
:global Test1 Hello
:global Test2 World
:for n from 1 to 2 do={
:put "$Test$n"
}