0 Members and 1 Guest are viewing this topic.
.SAVEgetCalc("appvarTest")->Mrepeat getkey(15)output(1,1,M dec,i) //basically output mif getkey(10)M+1->MendendM->{getCalc("appvarTest")}
.SAVE{getCalc("appvarTest")}->Mrepeat getkey(15)output(1,1,M dec,i) //basically output mif getkey(10)M+1->MendendM->{getCalc("appvarTest")}
.SAVE!if {getCalc("appvarTest")}->M->{getCalc("appvarTest")}endrepeat getkey(15)output(1,1,M dec,i) //basically output mif getkey(10)M+1->MendendM->{getCalc("appvarTest")}
then you have to create it first.Just make a seperate prog like this to create it:getCalc("appvTest",2)
"appvTest"→Str0!If GetCalc(Str0) GetCalc(Str0,2)End→V
"appvTest"→Str0UnArchive Str0!If GetCalc(Str0) !If GetCalc(Str0,2) .Failed to create appvar, handle error somehow EndEnd→V