TL;DR: How to I store the value of a variable in a string WITHOUT going through the Func>String( operation? Pre-5.2 OS, no doors.
First, let me apologize. I'm sure nobody remembers me from 2011, but I was here being an idiot as "rcplanegy", and for that I'm sorry.
I recently discovered wabbit emu, which didn't exist (that I was aware of) 7 years ago, and have since dived into re-learning TI-basic for the ---- of it.
One of my crowning achievements, as a nerdy 16 year old, was the creation of a program that essentially recorded pictures that you drew on the graph screen. Using Pxl-test( it would scan the graph screen dot by dot and record all black pixels in a bloated string that would then be recalled into a program to draw the image out when run. Yay me.
I'm trying to recreate the program, but having a hell of a time figuring out how I did it. I've searched here and on TIcalc, and the only answer I'm finding is *variable > list > function >string* which I understand, but it clears the drawn image every time the process records since it graphs the function. FnOff doesn't do it, obviously the function is displayed for a split second before being turned off again which still clears the drawn image.
Sorry for noob questions, but I have searched hard and found nothing. I know it can be done, because I've done it before...
I seem to remember something along the lines of
Code:
First, let me apologize. I'm sure nobody remembers me from 2011, but I was here being an idiot as "rcplanegy", and for that I'm sorry.
I recently discovered wabbit emu, which didn't exist (that I was aware of) 7 years ago, and have since dived into re-learning TI-basic for the ---- of it.
One of my crowning achievements, as a nerdy 16 year old, was the creation of a program that essentially recorded pictures that you drew on the graph screen. Using Pxl-test( it would scan the graph screen dot by dot and record all black pixels in a bloated string that would then be recalled into a program to draw the image out when run. Yay me.
I'm trying to recreate the program, but having a hell of a time figuring out how I did it. I've searched here and on TIcalc, and the only answer I'm finding is *variable > list > function >string* which I understand, but it clears the drawn image every time the process records since it graphs the function. FnOff doesn't do it, obviously the function is displayed for a split second before being turned off again which still clears the drawn image.
Sorry for noob questions, but I have searched hard and found nothing. I know it can be done, because I've done it before...
I seem to remember something along the lines of
Code:
:X->L1
:{L1}->Str1
:Str1+Str2->Str2