Show Posts

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 - Raylin

Pages: 1 ... 93 94 [95] 96 97 98
1411
TI-BASIC / Re: String to Number... ONE Number.
« on: November 06, 2009, 05:07:06 pm »
So, what are you trying to say, Builderboy? Are you saying that 2^X isn't distinguishable enough to be decoded? Or are you saying that the encoding process is wrong?

And, yes, I really need your help. :)

1412
TI-BASIC / String to Number... ONE Number.
« on: November 05, 2009, 10:10:34 pm »
Yeah. I'm trying to do the impossible.

How do you convert a string into a single distinguishable number and back again?

The current code I have for encoding is:

Code: [Select]
DelVar A
Input Str1
sub(length(Str1->A
For(X,1,length(Str1
A+2^inString("ABCDEFGHIJKLMNOPQRSTUVWXYZ_"sub(Str1,X,1->A
End
Disp A

EDIT: FYI, the string "OMNIMAGA" would produce 66180.08.
Now, you would think that that is pretty distinguishable, right?
Wrong.

Comments? Questions?

1413
TI-BASIC / Re: Ugh. ERR: ARGUMENT.
« on: November 02, 2009, 08:54:23 pm »
In any case, I will probably stop all the mystery and making a project thread soon. Be ready...

FOR THE MAGIC. *flourishes hands*

1414
TI-BASIC / Re: Ugh. ERR: ARGUMENT.
« on: November 02, 2009, 08:50:41 pm »
Quote
layer

Do you mean, the 'latter'? :P

1415
TI-BASIC / Re: Ugh. ERR: ARGUMENT.
« on: November 02, 2009, 06:50:15 pm »
But, is it FASTER?

1416
TI-BASIC / Re: Ugh. ERR: ARGUMENT.
« on: November 02, 2009, 05:47:36 pm »
Lol. All right then. Thanks in advance.

1417
TI-BASIC / Re: Ugh. ERR: ARGUMENT.
« on: November 02, 2009, 05:44:55 pm »
Oh. Really?
Didn't know that.

1418
TI-BASIC / Re: Ugh. ERR: ARGUMENT.
« on: November 02, 2009, 05:40:45 pm »
EDIT BUMP DOUBLE POST SORRY WANT PEOPLE TO SEE THIS EDIT NOT SPAM.

1419
TI-BASIC / Re: Ugh. ERR: ARGUMENT.
« on: November 02, 2009, 05:28:49 pm »
You, sir, are a lifesaver.
And, now we know.

TI-BASIC is a sneaky little devil.

EDIT: Also, do you know if making the entire If statement thing into a boolean algorithm will make the game faster or is it just a waste of time?

1420
TI-BASIC / Re: Ugh. ERR: ARGUMENT.
« on: November 02, 2009, 05:09:12 pm »
Oh, I forgot a part.
After the X=4 condition, type:

Code: [Select]
If X=5
D->B

It happens when this code is evaluated.

1421
TI-BASIC / Ugh. ERR: ARGUMENT.
« on: November 02, 2009, 04:40:44 pm »
So, I'm making my Shin Megami Tensei spin-off and I get to a road block.
Currently, I am making the Persona screen where you can see the status and skills of all the Persona you currently embody.
The enemy stats are stored in a complex list consisting of one complex number and one real integer.

Code: [Select]
{1.5+5.1i, 1 -> L1
L1(1->A
L1(2->D
For(X,1,5
DelVar B
If X=1
int(imag(Ai->B
If X=2
10fPart(imag(Ai->B
If X=3
int(imag(A->B
If X=4
10fPart(imag(A->B
7X+7(X>1)+7(X>3->C
Text(C,79,B
End

Apparently, the above code gives out an ERR: ARGUMENT.
Comments? Corrections? CURES, maybe?

1422
TI Z80 / Re: Interesting...
« on: October 31, 2009, 09:12:54 pm »
No spam. But, I have been working on a Shin Megami Tensei spin-off. :)

1423
TI Z80 / Interesting...
« on: October 31, 2009, 08:53:47 pm »


Could I possibly be working on something huge?
Maybe...  ;D

1424
General Calculator Help / Re: PC can't detect Calc
« on: September 20, 2009, 10:38:16 am »
Somehow.
SOMEHOW, by buying a brand new USB cable, my computer picked up my calc.
lolwtfbbq.

1425
TI-BASIC / Re: Side Scrolling Map for BASIC
« on: September 13, 2009, 08:34:30 pm »
Sweee~t. I was looking for this.

Pages: 1 ... 93 94 [95] 96 97 98