Code:
ClrDraw
4->theta:" ->Str9
"ATEST"->Str0
Asm(prgmCELTIC2
Text(1,1,"Create program ",Str9
2->theta:1
Asm(prgmCELTIC2
Text(14,1,"Add line ",Str9
0->theta:0
Asm(prgmCELTIC2
Text(27,1,"# of lines ",theta," ",Str9
4->theta:Asm(prgmCELTIC2
Text(40,1,"Special string created ",Str9
"Pause "+sub(Str9,1,1)+"Hello!"+sub(Str9,1,1)->Str9
1->theta:1
Asm(prgmCELTIC2
prgmATEST
0->theta:1
Asm(prgmCELTIC2
Text(53,1,Str9
7->theta:2
Asm(prgmCELTIC2
Text(66,1,Str9
0->theta:0
Asm(prgmCELTIC2
Text(79,1,"# of lines ",theta,Str9
8->theta
Asm(prgmCELTIC2
Text(92,1,Str9
6->theta
Asm(prgmCELTIC2
Sadly, this doesn't work, as it doesn't seem to create the program. :< It errors out when I try, and it leaves me with:
I'm not really sure why it's giving me a 'program is found' error for the creation of the special string.
Thoughts?