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 - cooliojazz
Pages: 1 ... 19 20 [21] 22 23 ... 41
301
« on: June 10, 2010, 04:01:58 pm »
They would be at the correct place without *16... and no, you don't want {} because that argument is a memory location, the routine grabs the value itself. EDIT: Hold on, never mind, i think your right, except it would be *8, since thats how big the tiles are right? the second part is still an issue tho =P
302
« on: June 10, 2010, 03:58:45 pm »
Yeah, I want the value when nothing is running. Thanks! (And this time, Calc84Maniac is ninja'd...)
303
« on: June 10, 2010, 03:55:44 pm »
O... so to get the actual value I would have to subtract the size of the program?
304
« on: June 10, 2010, 03:52:16 pm »
That doesn't seem to work... it gives numbers that are anywhere for 50 to 1000 btes less than the actual...
305
« on: June 10, 2010, 03:28:48 pm »
Yeah, there shouldn't be the *16 to the GDB1. Why'd you put that there, just curious? Also, you're map is 4 bytes wide, so it would be Y*4, not 8...
306
« on: June 09, 2010, 02:36:11 pm »
This help? You will not be given any visual confirmation that the install took place, but you will be able to tell by using the following code in a BASIC routine:
:If det([[1]]) :Then :Disp "CIII NOT INSTALLED" :Stop :End
If Celtic III is not installed, the code between Then:End is run. If it is, then the code is not executed. The reason this works is because Celtic III catches a 1x1 matrix input into the det( instruction and returns 0. If Celtic III is not installed, it returns whatever the determinant of a 1x1 matrix is (which is just the number itself).
307
« on: June 09, 2010, 02:12:29 pm »
Ok, I have this code:
.APFIND ClrHome {є9830}→H Disp H►Dec Repeat getKey:End ClrHome
Lbl ML 7→C
Lbl FL ReturnIf getKey(15) {є982E}→D If H(>/<)D:Goto D:End
(More code which doesnt matter cause it always executes that line ^^)
Lbl D Disp H►Dec Disp D►Dec
Now the problem is, that first part always is showing H as 61. But, that goto statement ALWAYS executes regardless if I put < or >. I put <, and the second time it shows H, it'll show 61. (D is 102) If I put > though, It'll show up as 65389. Any help to why this is happening...
308
« on: June 08, 2010, 03:08:48 pm »
No, i think what he is saying is that whoever wins should get a ticalc.org feature... EDIT: Stupid Ninja!
309
« on: June 08, 2010, 02:25:29 pm »
He did; I've used it in most of my programs as the file pointer... =P
310
« on: June 08, 2010, 01:31:16 pm »
Small thing: "Returns the variable. Uppercase A through Z are variables." What about theta? O_o
311
« on: June 07, 2010, 06:25:59 pm »
Well i don't think theres is any order of operations at all besides straight left to right. so maybe try changing If B=17 and C=17 and D=17 to If B=17 and (C=17) and (D=17)
312
« on: June 07, 2010, 06:17:53 pm »
Ok, all the Ctrl shortcuts and the other new button *should* work now. I also added a symbol palate. (under tools) Yes, I know, there's no logical organization. (Well, technically there is, i guess just not useful organization) I also cleaned up a couple of other routines. And DJ, you should be able to drag and drop to open. I have no clue when that stopped working...  I also stuck the font it needs in there for you who dont have it...
313
« on: June 07, 2010, 01:52:40 pm »
Well, I don't know... I'll look into that... And yeah, I don't think I added that one yet, I'll do that too... And that doesn't work?...
314
« on: June 07, 2010, 01:43:48 pm »
Huh, well... No clue... Does it list the keyboard shortcuts next to the menu items?
315
« on: June 07, 2010, 01:38:14 pm »
Huh, odd... Does clicking them from the menu bar up top do anything?
Pages: 1 ... 19 20 [21] 22 23 ... 41
|