0 Members and 1 Guest are viewing this topic.
4BOB[00] ;length of name, name, terminator
.ADATRDGetCalc("prgmADAT")->P ;get pointer to programCopy("4ABC"[00],P,5) ;Copy first progname to ADATCopy("5DEFG"[00],P+4,6) ;Copy next progname to ADATCopy(P,A,1) ;Get specified length of first prognameDisp A>Dec ;Display the length (this is always 0 for some reason?)Copy(P+1,L1,A) ;Copy name+terminator to L1 (this part crashes the calc on compile?)Disp iDisp L1 ;Hopefully display the name of the program
Copy(P,A,1) ;Get specified length of first progname
{P}→A