0 Members and 1 Guest are viewing this topic.
GetCalc("Pic0",768)→P!If P.Could not create picture (not enough RAM), handle error hereElseCopy(L₆,P,768)End
Thanks, so how would you open one and show it to the screen?
GetCalc("Pic0")→P!If P.Picture doesn't exist or is archived, handle error hereElseCopy(P,L₆,768)End
GetCalc("Pic0",Y₀)→P!If P.Picture doesn't exist, handle error hereElseCopy(Y₀,L₆,768)End