0 Members and 1 Guest are viewing this topic.
Keep in mind I last tried on a 83+/83+SE running OS 1.14, though..
Ah ok, gotcha, thanks.Side Question:I didn't want to make another topic since I just created this one so I'm just gonna ask another question here real fast. Is there any way to check what token is being displayed at a certain position on the homescreen, in BASIC? Ex: Say "!" is being displayed at (3,5), is there any way to check that position and see what is there? (In this case a "!.")I thought I remembered seeing a way how to do it somewhere but I can't remember to save my life right now where, or even if, I saw it.
In BASIC, you can't.
Quote from: meishe91 on May 24, 2010, 03:25:33 amAh ok, gotcha, thanks.Side Question:I didn't want to make another topic since I just created this one so I'm just gonna ask another question here real fast. Is there any way to check what token is being displayed at a certain position on the homescreen, in BASIC? Ex: Say "!" is being displayed at (3,5), is there any way to check that position and see what is there? (In this case a "!.")I thought I remembered seeing a way how to do it somewhere but I can't remember to save my life right now where, or even if, I saw it.Well, it's not exactly 'checking the position on the homescreen' it's 'checking a matrix or string' depending on which way you choose to store the map. I personally prefer matrices since they're easier but they will take up more space than strings. (and might be slower too... I forget)But yeah, depending on how you handle maps, there's different methods for checking what's at what position on the screen.