106
KnightOS / Re: Feature Requests
« on: October 12, 2010, 01:51:35 pm »
I think any program can be written for KOS when you want to. I think I'll at least try to write somthing/some things.
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. 106
KnightOS / Re: Feature Requests« on: October 12, 2010, 01:51:35 pm »
I think any program can be written for KOS when you want to. I think I'll at least try to write somthing/some things.
107
The Axe Parser Project / Re: Bug Reports« on: October 12, 2010, 01:39:41 pm »
yes, you can't write to the archive... you should unarchive anything you want to edit, and then archive it again, or copy it to RAM, edit it, and overwrite the existing filename, which will be handled by the OS.
108
Humour and Jokes / Re: Funny #omnimaga quotes (NSFW)« on: October 12, 2010, 01:22:10 pm »
and in what kind of quote lol
109
The Axe Parser Project / Re: Bug Reports« on: October 12, 2010, 11:53:07 am »
yes, that's right... but you can save them to somewhere else on your calc, and then place them back when ure finished outputting your text. that would be less work than writing your own routine.
wait a minute! I have written a text output routine! I'm gonna post it in the routine topic when I've found it! 110
The Axe Parser Project / Re: Bug Reports« on: October 12, 2010, 11:41:28 am »
or perhaps you just can do a 'Horizontal -', output your text, and then do a 'Horizontal +'...
111
The Axe Parser Project / Re: Features Wishlist« on: October 12, 2010, 11:39:18 am »
yes, that was what I meant . i get them pretty often, well, let's say once a week. but when I reload, the error seems to be already solved
112
Miscellaneous / Re: What is your avatar?« on: October 11, 2010, 09:51:31 am »
self made logo of the abbreviation of my screenname: LC. Made using Paint.NET
113
The Axe Parser Project / Re: Features Wishlist« on: October 11, 2010, 09:46:57 am »
that's not so nice :O...
114
The Axe Parser Project / Re: Axioms?« on: October 06, 2010, 05:01:34 pm »
wow! I hope I can restrain myself during the remaining 50% of progress that has still to come jet! how would acalls work exactly? can you already give a code example?
116
Web Programming and Design / Re: Pure, pure epicness« on: October 06, 2010, 09:12:51 am »
me too! 31720!!!! gues which site I bombed! lol
I won 117
The Axe Parser Project / Re: Features Wishlist« on: October 06, 2010, 08:15:30 am »
what is this command to do exactly? go to the label which has the name of the value stored in X? I think you should just write a handy subroutine for this, which could do the actions you would have placed in the label called [value of X]. like this:
Code: [Select] 244->X The switch-statement would be very handy for this in the future, but isn't implemented jet... EDIT: kinda ninja'd, but not really IMO 118
Web Programming and Design / Re: jBasic OS« on: October 05, 2010, 03:01:19 pm »
it's still not working for me! I have FF 3.6 and Windows MediaPlayer 11 plugin installed, but I see nothing but "Loading..." in the upper left corner of the black page.
119
The Axe Parser Project / Re: Features Wishlist« on: October 05, 2010, 02:48:14 pm »
right! well, then it will become really very tricky I see...
120
The Axe Parser Project / Re: Features Wishlist« on: October 05, 2010, 02:40:43 pm »I think this is very difficult to accomplish. In order to run a program, it must be copied into 959C. Unfortunately that is where the current program already is, so you would need a 3rd piece of code that would copy the original program back into its original RAM space, copy the second program into 959C, PUSH a piece of its own code onto the stack so that when the program exits, it is able to copy the original program back onto 959C But how would TIOS do it then? subprograms can be called in BASIC, or do BASIC programs not have to be copied to 959C? |
|