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

Pages: 1 ... 53 54 [55] 56 57 ... 62
811
Lets do this on the chat.

812
1. FD2B:F
2. FD22:E
3. FD19:C
4. FD10:Str0
5. FD07:M
6. Next
7. Back

Is this what u need? It's under the "Symbol VAT".

813
Str0: FD10

814
Yes, a predefined String shows up.

Resetting DEFAULT had no effect-still error.
Calc Sys pending

Where am I heading in CalcSys?

815
Only working with Axe stuff recently.
RAM reset: same error.
Memory Menu: no strings in memory

816
My calculator is no longer letting me modify or store to Strings in programs. Even the simple command:

Code: [Select]
Input "",Str0
is yielding "Err: Undefined". This is true for the "sub(" command and the "equ->string(" and "string->equ(" commands. This is even if I predefine the string. And it's EVERY string.

Editing and defining of strings outside of the program is fully functional.

What is going on????

817
Axe / Re: A little help
« on: April 08, 2010, 07:13:53 pm »
The two spaces will not be preserved.  8 character max.

No. I don't mean as its name. I mean inside it. The same way I'm putting an array inside it. I want to store the names for future use.

818
Axe / Re: A little help
« on: April 08, 2010, 07:07:54 pm »
Ok. Now, I have the array being saved, now lets say I want to save the hex sprite data, chosen pokemon name and attacks into the appvar too. I know that I would then have to change the 27 and would have to code more movements into the appvar. But, my question is, can I add the following to an appvar:

"SQUIRTLE  "    *note the two spaces. Will they be preserved?

819
Other Calc-Related Projects and Ideas / Re: TILP: beta-testing...
« on: April 08, 2010, 04:01:01 pm »
does this run on mac?

Edit: Never mind. But, it would be cool if someone ported it to mac.

820
News / Re: Introducing OmnomIRC - The integration of IRC in our forums
« on: April 08, 2010, 09:39:53 am »
It's cool, but I assume it still has its glitches, being as new as it is.

821
News / Re: Introducing OmnomIRC - The integration of IRC in our forums
« on: April 08, 2010, 09:37:02 am »
I just got an error. It was displaying the IRC, then it all of a sudden went Server Error 500: The page could not be displayed.

822
Axe / Re: A little help
« on: April 08, 2010, 09:15:16 am »
Ok. Now the parser is giving me Err: Duplicate in pass 2. What's going on? What does that mean?

823
Axe / Re: A little help
« on: April 08, 2010, 02:36:07 am »
So its conj(LX,POKE,27) (LX is a 14 slot array, each slot carrying 2 bytes, for a total of 27) to save to the appvar and conj(POKE,LX,27) to load back.

*L  in LX is actually the 'list' token.


And, Axe is throwing me a Bad Symbol when compiling, but I'll deal with that tomorrow. I need sleep now.

824
Axe / Re: A little help
« on: April 08, 2010, 01:44:31 am »
Thanks Quigbo. So essentially, I'm doing what I did in my old Microsoft Word Simulator to store cursor location in ten files:

List size 2
File to recall: Doc3

So I'm pointing to term 5 for cursor Y and term 6 for X, except that Y is the first byte and X is the second. ok

825
Axe / Re: A little help
« on: April 08, 2010, 12:49:20 am »
ok. thanks. Your instructions just got my program completion from 2% to 35% within 10 minutes.

Now, I just want to double check something. Within the program, I will be using regular variables A through O, minus G, which I reserve for getKey stuff. So when I store those variables to an array, I can do

Code: [Select]
A->{LX}
B->{LX+1}
C->{LX+2}
...and so on

even if one or two of the variables max out at 1000, correct?

Pages: 1 ... 53 54 [55] 56 57 ... 62