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 - ferox
31
« on: February 08, 2011, 07:28:33 am »
finally a fellow noob  anyway, welcome, and be sure to check out the site, they got some cool stuff around here  and also, feel free to post ideas or progs.
32
« on: February 07, 2011, 10:58:01 am »
L1(1)=X can also be used, but it's one byte larger.
i know, i used it all the time
33
« on: February 07, 2011, 10:54:36 am »
btw pity L1(1=X doesn't work
Try X=L1(1 instead, maybe?
WHAHAHA  i hadnĀ“t thought of that  i feel so stupid right now... lolz, thx  im just used to that. first the var, then the thing that it needs to equal,etc...
34
« on: February 07, 2011, 01:42:37 am »
well, i have another full day ahead, so i will see what i can do. btw pity L1(1=X doesn't work and i have ran out of ideas to add
35
« on: February 05, 2011, 03:24:50 am »
In general, closing parentheses and multiplication symbols should be omitted. Also, if there is a conditional (If, While, etc.) that requires an expression equal to 1, the =1 part can be omitted. So,
If L=1
would become
If L
now your saying it wrong. If L/=0 (does not equal)
would become
If L
because "If L" returns 1 if the variable exists
i'll wlak through my prog today and see what i can do with your tips 
Well L=1 is basically a subset of L /=0 (a special case), but you're right.
If the only possible values of L are 1 or 0, then you can use If L instead of If L=1. However, if L can be 0, 1, or 2, you would have to use
If L=0 (code) If L=1 (code) If L=2 (code)
okay  i optimized it during school, but at the end of the day i used ARCHUNDEL and by accident i replaced the optimized version with the non-optimized...
36
« on: February 04, 2011, 02:22:01 am »
Also, if you want an optimisation trick, you can leave off the ending quote. Also, Disp commands can be on the same line. So:
Disp "HELLO" can be optimised to:
Disp "HELLO i did know this one, but i may have done it sometimes... And this:
Disp "HELLO" Disp "WHAT IS" Disp "YOUR NAME?" Can be:
Disp "HELLO","WHAT IS","YOUR NAME?
i think, that far in the back of my mind i knew it, but i forgot, it seems. Some more optimizations:
2*A can be 2A (in the gambling part, right after the first "You Won" message) Similarly for the other cases (3*A can be 3A, 4*C can be 4C, etc.)
After the line
Output(8,1,"< MODE IS QUIT > there is B+(K+26 and ... 0 The ending parenthesis can be omitted.
Before the message, "BETA TESTER!", the If statement
If LRNDM(1)=1
can be:
If LRNDM(1
The same applies to all similar cases.
i just did that to be sure it worked  Right after Lbl 3, 0 -> B can be DelVar B.
A little after the "All codes unlocked" message,
Repeat LRND(F+1)=0
can be
Repeat not(LRND(F+1
i have never used the not( statement before, i'll experiment with it  In general, closing parentheses and multiplication symbols should be omitted. Also, if there is a conditional (If, While, etc.) that requires an expression equal to 1, the =1 part can be omitted. So,
If L=1
would become
If L
now your saying it wrong. If L/=0 (does not equal) would become If L because "If L" returns 1 if the variable exists i'll wlak through my prog today and see what i can do with your tips
37
« on: February 03, 2011, 11:19:10 am »
welcome 
38
« on: February 03, 2011, 10:55:41 am »
lol  you guys do like a joke
39
« on: February 03, 2011, 08:05:12 am »
i actually haven't introduced myself yet  (i believe) i'm ferox! although i think some of the community has met me already  i live in the netherlands and still have to go to school  so i can't be always online when others are... i got here through axe on ticalc, and since i always had interest in coding i decided to register  once registered, i immediately took action, and im glad i can get help if i want and some people who like to test progs  anyway, great forum
40
« on: February 03, 2011, 02:34:40 am »
41
« on: February 03, 2011, 02:31:24 am »
interesting... although i do not use any difficult BASIC commands... well, feel free to test the app, it can only give you a ram clear as far as i know. but it seems to work pretty well  btw, what version of basicbuilder were they using? i'm using 3.0
42
« on: February 03, 2011, 02:26:24 am »
i don't know if this is really a bug but maybe:
OSes: 84+ tested with 2.53 and 2.55 trigger: put in the homescreen in one line: a function that calls the graph, an ":" and then a function that calls back the homescreen effect: the graph screen is now the background of the homescreen fix: press [clear]
43
« on: February 02, 2011, 11:19:53 am »
elnara does sound a kind of elvish indeed, i too like the sound of it. but, i like more something with more power in it  that's probably also why i listen rock/metal (is there a music topic?  )
44
« on: February 02, 2011, 11:18:05 am »
you can try i suppose... new os'es use more free RAM spaces, i believe (that's what the whole topic was about  ) but i still didn't find my usb stick
45
« on: February 02, 2011, 11:15:28 am »
Ram Clear. I have to do it every time i connect, to make it connect.
dammit, i first thought it may have been the battery, but when i replaced them it was still the same. but why do you need a RAM clear (altough i get enough of them  )
|