This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Messages - parserp
Pages: 1 ... 16 17 [18] 19 20 ... 113
256
« on: May 30, 2012, 12:57:26 pm »
I really need a sort of list so i can store coordinates in it can someone help me with that ?
Exactly. Rather than doing "L1(1)", do "{L1}". same with "L1(3)", do "{L1+2}". EDIT: again
257
« on: May 30, 2012, 12:49:58 pm »
Well, if you want to save stuff temporarily wile in the program, you can use safe RAM areas like L1. There are 712 bytes, and you can refer to them like: {L1}, {L1+1}, up to {L1+711}. Of course, you can also store stuff into them. As far as saving goes, like saving a high-score, etc. You can use appvars. To do this, you do: GetCalc("appvTEST",2)->A //make an appvar called TEST which is 2 bytes large and store it into pointer A B->{A}r //When B is your highscore, store it into A (the appvar) with 2 bytes. (using the superscript r)
I'd also refer to this tutorial about external vars. Also, welcome here. Please introduce yourself in this thread: http://www.omnimaga.org/index.php?board=10.0EDIT:
258
« on: May 29, 2012, 07:16:38 pm »
nice! Now you won't even have to include a readme!
259
« on: May 29, 2012, 04:46:56 pm »
Yet another bug: run this code from the archive: (TI-BASIC)
:ClrHome :Prompt A
Once it prompts you, if you press "2ND", "QUIT", it leaves the copy of the program unarchived. To fix it: run the archived program again and exit through a designated way or press "ON".
260
« on: May 25, 2012, 05:43:26 pm »
I don't drink beer, but #1 looks pretty legit...
261
« on: May 24, 2012, 06:03:26 pm »
Alright, disregard that last post, I don't know what I was thinking. THIS is the final version, with included source code and app/program version Unless someone finds some horrible bug, this will be the final product. I've attached it here and in the first post.
262
« on: May 24, 2012, 04:37:55 pm »
The 1st place winner in each category gets a TI-Nspire CX CAS, and the 2nd-5th get some other stuff. And there is no set time between contests, they pop up here and there (although omni and cemetech have one in the summer iirc)
263
« on: May 24, 2012, 04:30:32 pm »
Not currently. I (because I don't speak french) just copy everything into google translate.
264
« on: May 24, 2012, 04:14:34 pm »
It's a programming contest for the Z80/89 line of calcs.
265
« on: May 23, 2012, 05:20:39 pm »
266
« on: May 23, 2012, 05:08:31 pm »
hm, I'm running axe 1.1.2, so perhaps it is an axe bug...
267
« on: May 23, 2012, 05:05:42 pm »
Yep. Works perfectly fine with 15 chars.
268
« on: May 23, 2012, 04:59:22 pm »
Have you tried a different number of zeroes?
With any extra text, it still only displays the first 15 chars. EDIT: it messes up with any type of letter
269
« on: May 23, 2012, 04:57:19 pm »
hm, the same thing happens when you do Text(0,,"0000000000000000")
What version of axe are you running?
270
« on: May 22, 2012, 11:14:43 pm »
I love you man! but, perhaps you could make the animation a little bigger and slower? But other than that it is amazing
Pages: 1 ... 16 17 [18] 19 20 ... 113
|