0 Members and 1 Guest are viewing this topic.
well i tried copying the prgm token to the string then copying the progname to the string after the prgm token, but when i display it it spits out garbage. im sorry i know i really suck at this
input->I:Tprgm->{R}:I->{R+1}:Disp R
The completed string which i want to be "prgmWHATEVS". EDIT: tried doing Tprgm->R instead of {R} and it displayed different garbage.
GetCalc("Str0")->AGetCalc("Str1")->R[sup]T[/sup]prgm->Rinput->AA->{R+1}Disp R
GetCalc("Str0",9)->RGetCalc("Str1",8)->Ainput->A[sup]T[/sup]prgm->RCopy(A,R+1,8)Disp R
.Prepare a string buffer"prgm"Zeros(9)→Str1.Fill the string buffer with inputCopy(input,Str1+1,8).Display prgm tokenDisp ᵀprgm►Tok.Display program nameDisp Str1+1