Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
About
Team
Rules
Stats
Status
Sitemap
Chat
Downloads
Forum
News
Our Projects
Major Community Projects
Recent Posts
Unread Posts
Replies
Tools
SourceCoder3
Other Things...
Omnimaga Radio
TI-83 Plus ASM File Unsquisher
Z80 Conversion Tools
IES TI File Editor
Free RAM areas
Comprehensive Getkeyr table
URL Shortener
Online Axe Tilemap Editor
Help
Contact Us
Change Request
Report Issue/Bug
Team
Articles
Members
View the memberlist
Search For Members
Buddies
Login
Register
Omnimaga
»
Forum
»
Calculator Community
»
TI Calculators
»
TI-BASIC
»
A question
« previous
next »
Print
Pages:
1
[
2
]
Go Down
Author
Topic: A question (Read 7138 times)
0 Members and 2 Guests are viewing this topic.
Shazane Koronova
Guest
A question
«
Reply #15 on:
January 21, 2007, 02:54:00 pm »
It wouldn't do it with a program, only a matrix. You can COPY and DELETE with it?! Could you tell me the specifics of Real(10)?
Logged
trevmeister66
LV9
Veteran (Next: 1337)
Posts: 1009
Rating: +14/-5
A question
«
Reply #16 on:
January 21, 2007, 03:08:00 pm »
c1-->
CODE
ec1
"PROGRAM NAME //name of program to be coppied
real(10,0,1 //10 is the xLIB function, 0 i think is to copy the program from above, and the last number is which (out of 16) program you copy to (i think the new ones are called XTEMPXX).
c2
ec2
and to run it you would just do
pgrmXTEMPXX
Logged
Projects: nameless RPG: 1.0% |
Reverse Snake v1.5:
100% | Secret Project: 5% | DUNGEON: 70%
My
MW2 Blog
<-- Please visit
Shazane Koronova
Guest
A question
«
Reply #17 on:
January 22, 2007, 10:44:00 am »
but how do you archive a program with it?
Logged
trevmeister66
LV9
Veteran (Next: 1337)
Posts: 1009
Rating: +14/-5
A question
«
Reply #18 on:
January 22, 2007, 04:08:00 pm »
you can't, but you can have the program pre archived, and call it with that method so you don't have to ever unarchive it.
Logged
Projects: nameless RPG: 1.0% |
Reverse Snake v1.5:
100% | Secret Project: 5% | DUNGEON: 70%
My
MW2 Blog
<-- Please visit
Shazane Koronova
Guest
A question
«
Reply #19 on:
January 23, 2007, 12:36:00 pm »
that works. Then what's the code to delete a program?
Logged
Delnar_Ersike
Guest
A question
«
Reply #20 on:
January 23, 2007, 12:54:00 pm »
QuoteBegin-trevmeister66+21 Jan, 2007, 21:08-->
QUOTE
(trevmeister66 @ 21 Jan, 2007, 21:08)
c1-->
CODE
ec1
"PROGRAM NAME //name of program to be coppied
real(10,0,1 //10 is the xLIB function, 0 i think is to copy the program from above, and the last number is which (out of 16) program you copy to (i think the new ones are called XTEMPXX).
c2
ec2
and to run it you would just do
pgrmXTEMPXX
it's XTEMPxxx, not XTEMPxx. Also, its -15, not 1-16
For deleting, put in real(10,1,x if you want to delete a specific XTEMPxxx. The last number tells which number XTEMPxxx it should delete.
To delete all XTEMPxxx programs, just put in real(10,2,0
Logged
trevmeister66
LV9
Veteran (Next: 1337)
Posts: 1009
Rating: +14/-5
A question
«
Reply #21 on:
January 23, 2007, 01:43:00 pm »
meh, i had to think of it off the top of my head, and i had never used it before either, so close enough =)
Logged
Projects: nameless RPG: 1.0% |
Reverse Snake v1.5:
100% | Secret Project: 5% | DUNGEON: 70%
My
MW2 Blog
<-- Please visit
Print
Pages:
1
[
2
]
Go Up
« previous
next »
Omnimaga
»
Forum
»
Calculator Community
»
TI Calculators
»
TI-BASIC
»
A question