Author Topic: A question  (Read 6249 times)

0 Members and 1 Guest 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)?  

Offline trevmeister66

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1009
  • Rating: +14/-5
    • View Profile
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
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?

Offline trevmeister66

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1009
  • Rating: +14/-5
    • View Profile
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.
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?

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

Offline trevmeister66

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1009
  • Rating: +14/-5
    • View Profile
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 =)
Projects:    nameless RPG: 1.0%  |  Reverse Snake v1.5: 100%  |  Secret Project: 5%  |  DUNGEON: 70%

My MW2 Blog <-- Please visit :)