0 Members and 1 Guest are viewing this topic.
[Pic1]->AGetCalc("appvSOMETHNG",768)->BCopy(A,B,768
and then to use in program (recall)::GetCalc("appvSOMETHING",Y0) //gets the appvar:Copy(Y0,L6,768) //copies into buffer (graph screen)EDIT: ninja'd!!!!!
Quote from: parser padwan on November 15, 2011, 06:45:10 pmand then to use in program (recall)::GetCalc("appvSOMETHING",Y0) //gets the appvar:Copy(Y0,L6,768) //copies into buffer (graph screen)EDIT: ninja'd!!!!! Parser, your code doesn't work because SOMETHING is 9 letters * TBO_Yeong runs
Those two look different, is there actually a difference between them?
parser's works for archived variables, not yeong's.
Y0–Y9 store the flash page as well as the memory address, so you need it for archived stuff.
!If GetCalc("appvPIC",Y₀) .Handle errorEndCopy(Y₀,L₆,768)
Shame on both of you for not including a check that the variable is successfully found. Code: [Select]!If GetCalc("appvPIC",Y₀) .Handle errorEndCopy(Y₀,L₆,768)