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

Pages: 1 ... 40 41 [42] 43 44 ... 113
616
Humour and Jokes / Re: DJ_O just woke up
« on: December 26, 2011, 08:20:33 pm »
wait, what's so wrong with having a <100 post day? ???

617
Humour and Jokes / Re: If there was tech support in botswana...
« on: December 26, 2011, 08:17:36 pm »
write a program that will convert it to .8xp.


I am so sick of duck duck goose but I can't stop posting in the thread. :P

618
Miscellaneous / Re: What is your signature?
« on: December 26, 2011, 08:15:17 pm »
hmmm, what is in my sig? better post and find out ;)

EDIT: my website, swords, fisch's casio game, the petition, Swords 2, and duck duck goose. :P

619
Humour and Jokes / Re: DJ_O just woke up
« on: December 26, 2011, 02:57:58 pm »
That was crazy yesterday
indeed.
at first I thought it was screwing up or something XD

620
Miscellaneous / Re: So what did you get for christmas?
« on: December 26, 2011, 02:53:46 pm »
I got a TI-84+ SE and snowshoes :D

621
News / Re: Merry Christmas to All
« on: December 25, 2011, 10:25:09 pm »
merry Christmas!
* parser padwan got a calc :D

622
News / Re: DJ_O Reaches 31337 Posts!
« on: December 24, 2011, 04:12:43 pm »
wait...
Spoiler For Spoiler:
DJ_O is not on your buddy list?!? J/K XD

623
Humour and Jokes / Re: 1337 Commandments of Omnimagism
« on: December 24, 2011, 04:00:01 pm »
13. Thou shalt pray to your calculator 3 times a day.

624
News / Re: DJ_O Reaches 31337 Posts!
« on: December 24, 2011, 03:55:15 pm »
:w00t:
yay for Christmas and THE GAME!!! :D

625
Axe / Re: Routines
« on: December 23, 2011, 11:49:53 pm »
Is this what you want?
Code: [Select]
"appv"Buff(8)→Str0
Copy(L₁,Str0+1,8)
GetCalc(Str0,Y₀)
Ahh, yes!!! it works! thanks! :D

626
Axe / Re: Routines
« on: December 23, 2011, 11:41:24 pm »
Do you mean into an OS string?  If so, you will want to combine a couple of routines here.  If you just want to store it to the Axe variable, Str0, that's different.  For it, do Buff(17)->Str0 at the beginning of the program and then replace L1 in my routine with Str0.
ah, ok. I'm trying to get it as an axe variable, and I need it to create an appvar with the selected name in the program.
However, I'm not understanding exactly what I need to do in order to do that. D:

627
The Axe Parser Project / Re: Features Wishlist
« on: December 23, 2011, 08:45:26 pm »
A version of ClrDraw that fills the screen with black instead of white. For making White-on-black games. :)
hmmm? I thought that is possible with: Rect(0,0,96,64) ?

628
Other Calculators / Re: The inside of a cheap calc
« on: December 23, 2011, 03:31:26 pm »
I could post pics of my destroyed calc.
:D please do

629
Axe / Re: Routines
« on: December 23, 2011, 03:26:16 pm »
Maybe use Copy(?
hmmm, doesn't seem to work D:

630
Axe / Re: Routines
« on: December 23, 2011, 03:12:23 pm »
I've seen some people wanting to use Text input routines, so here's the one I use in Axe Snake, SpiderAx, and Jump.  Press Second when done typing, del to backspace, and Clear to quit.
At the end of the routine, the string is null terminated and begins at L1.  It also Displays it again because I wanted to show how to display it and waits for you to press second again. :)

If you use this routine, you may credit me, but it is not necessary. ;D
so... I have been trying to use this, but would it be possible to store it in a string rather than a list?
I've tried L1->Str0, but it doesn't work when trying to do stuff like this: GatCalc("appvStr0",Y0)

...but, is that even possible?

Pages: 1 ... 40 41 [42] 43 44 ... 113