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

Pages: 1 ... 169 170 [171] 172 173
2551
Axe / Re: What am I doing wrong here?
« on: February 26, 2011, 03:26:09 pm »
V[1,8] X[0,94] Y[0,62] (interval notation)
I still need the ability not to scribble over anything.

2552
Axe / Re: What am I doing wrong here?
« on: February 26, 2011, 03:15:28 pm »
Well, I need the ability to dymamically (that is such a cool word) lengthen and store to the Appvar whilst simultaneously making sure I don't scribble over anything.

2553
Axe / Re: What am I doing wrong here?
« on: February 26, 2011, 03:01:59 pm »
*Sigh* So how do I create a persisting Appvar?

2554
Axe / Re: What am I doing wrong here?
« on: February 26, 2011, 02:43:25 pm »
Yes. The program that generates the list is writ in Basic.

2555
Axe / Re: What am I doing wrong here?
« on: February 26, 2011, 02:33:04 pm »
Well, I'm not using all the digits, just 5. I'm using the fpart for the y coordinates

2556
Axe / Re: What am I doing wrong here?
« on: February 26, 2011, 02:15:42 pm »
But Axe doesn't allow anything >2^16-1.

2557
Axe / Re: What am I doing wrong here?
« on: February 26, 2011, 02:06:50 pm »
I'm using the decimal point to make the math for creating and using the elements compact. But if I get rid of the decimal point by multiplying the list by 100, that'll put commands 7&8 out of commission & half of command 6.

2558
Axe / Re: What am I doing wrong here?
« on: February 26, 2011, 01:37:07 pm »
I can't use float{ because the numbers have fractional parts and multiplying the list to remove the fparts would put the list elements over 2^16 (to the power, not modulo)

2559
Axe / Re: What am I doing wrong here?
« on: February 26, 2011, 12:23:19 pm »
Well, I got it to recognize that the list M exists, but because the Axe only allows integers and the list contains nonintegers, I can't use the float{ command. That, and the last time I tried running the program, it produced absolute garbage (not the album, unfortunately; that would have been sweet) and was still going half an hour later.

2560
Correlation / Re: Correlation: Correlific Mode!
« on: February 26, 2011, 01:22:24 am »
*Candace giggle* Custom fonts.... *drools*

2561
TI-BASIC / Re: Undo
« on: February 26, 2011, 01:05:42 am »
I thought of that, but it could erase pixels that were drawn by multiple commamds. (Think Line(X1,Y1,X2,Y2,0))
@DJ_O I'm defensive in the extreme when it comes to programming (one of my programs only gives the user 4 tries to give valid input. There's  a cap on the number of tries not to insult the user, but to avoid my error message being displayed wrong.)

2562
Axe / Re: What am I doing wrong here?
« on: February 26, 2011, 12:38:26 am »
I've been using farfalle, Italian butterflies. You probably know them as bowtie pasta. Should I have been using fiori instead?

2563
Axe / Re: What am I doing wrong here?
« on: February 26, 2011, 12:29:26 am »
 Nooo.... I've been talkin' about the list created by my BASIC program Macro, LM...what have you been talking about?

2564
Axe / Re: What am I doing wrong here?
« on: February 25, 2011, 11:58:07 pm »
The way I understand it, each list element is like so: 00 82 VX XY Y0 00 00 00 00 where V is the instruction number and XX YY are 2 digit coordinates. But Axe's been telling me otherwise.

2565
Axe / Re: What am I doing wrong here?
« on: February 25, 2011, 09:40:14 pm »
But I need to read the nibbles and I can't figure out which ones to read. That, and I somehow created an infinite for loop.

Pages: 1 ... 169 170 [171] 172 173