0 Members and 1 Guest are viewing this topic.
Yes, but you can't conveniently use Pic1 and so on to access them.Rather you must use hex, which I cannot remember right now.* calcdude adds finding the hex to his list of priorities since he can't do it right now.
:"Pic1"→Str1:GetCalc(Str1,767)
:[0770xx00]→Str1:GetCalc(Str1,767)
(They don't work with the TI's native RecallPic or StorePic commands).
Quote from: Runer112 on October 03, 2010, 09:57:54 am(They don't work with the TI's native RecallPic or StorePic commands).It's possible to do this; I've done it using this epic program written by our very own calc84maniac: http://www.ticalc.org/archives/files/fileinfo/391/39138.html
Quote from: ztrumpet on October 03, 2010, 10:26:23 amQuote from: Runer112 on October 03, 2010, 09:57:54 am(They don't work with the TI's native RecallPic or StorePic commands).It's possible to do this; I've done it using this epic program written by our very own calc84maniac: http://www.ticalc.org/archives/files/fileinfo/391/39138.htmlI think this is for Axe...
Quote from: Deep Thought on October 03, 2010, 10:30:29 amQuote from: ztrumpet on October 03, 2010, 10:26:23 amQuote from: Runer112 on October 03, 2010, 09:57:54 am(They don't work with the TI's native RecallPic or StorePic commands).It's possible to do this; I've done it using this epic program written by our very own calc84maniac: http://www.ticalc.org/archives/files/fileinfo/391/39138.htmlI think this is for Axe...He was replying to Runer's comment saying that recallpic only works with pic 0 to 9 in BASIC . As Recallpic both supports the Recallpic 0 and Recallpic Pic0, if you use one of the hacked token to recall Pic 11, for example, it will work as well. I tried before with the Devpic8x program.
Quote from: DJ Omnimaga on October 03, 2010, 01:10:24 pmQuote from: Deep Thought on October 03, 2010, 10:30:29 amQuote from: ztrumpet on October 03, 2010, 10:26:23 amQuote from: Runer112 on October 03, 2010, 09:57:54 am(They don't work with the TI's native RecallPic or StorePic commands).It's possible to do this; I've done it using this epic program written by our very own calc84maniac: http://www.ticalc.org/archives/files/fileinfo/391/39138.htmlI think this is for Axe...He was replying to Runer's comment saying that recallpic only works with pic 0 to 9 in BASIC . As Recallpic both supports the Recallpic 0 and Recallpic Pic0, if you use one of the hacked token to recall Pic 11, for example, it will work as well. I tried before with the Devpic8x program.How would you access the hacked tokens from a BASIC program though? The only way I could see that working is by getting the hacked tokens in Ans or a string variable of something with an assembly program and then recalling them.