PC5LeGeND
LV3 Member (Next: 100)
 
Offline
Gender: 
Last Login: 10 July, 2012, 10:14:54
Date Registered: 30 May, 2012, 13:20:28
Location: Belgium
Posts: 54
Topic starter
Total Post Ratings: -1
|
 |
« on: 31 May, 2012, 17:32:47 » |
0
|
I cant us the gettime command in axe someone know how to do this 
|
|
|
|
|
Logged
|
TI-84/TI-83 ASM programmer TI-84/TI-83 BASIC programmer Java program    
|
|
|
turiqwalrus
LV8 Addict (Next: 1000)
      
Offline
Gender: 
Last Login: Yesterday at 20:34:25
Date Registered: 25 November, 2010, 00:38:42
Location: In a shadowed grotto far from the eyes of the world.
Posts: 721
Total Post Ratings: +44
|
 |
« Reply #1 on: 31 May, 2012, 18:11:50 » |
0
|
gettime is actually a TI-basic command, and it has no equivalent in axe. However, if it's absolutely necessary, it would theoretically be possible to run a basic program from within axe, get and store the time, and then import it from within the axe program again.
|
|
|
|
|
Logged
|
|
|
|
PC5LeGeND
LV3 Member (Next: 100)
 
Offline
Gender: 
Last Login: 10 July, 2012, 10:14:54
Date Registered: 30 May, 2012, 13:20:28
Location: Belgium
Posts: 54
Topic starter
Total Post Ratings: -1
|
 |
« Reply #2 on: 31 May, 2012, 18:25:21 » |
0
|
Oh that will i do
|
|
|
|
|
Logged
|
TI-84/TI-83 ASM programmer TI-84/TI-83 BASIC programmer Java program    
|
|
|
TheMachine02
LV4 Regular (Next: 200)
  
Offline
Last Login: 13 June, 2013, 14:16:48
Date Registered: 21 May, 2012, 17:52:58
Location: in central tower of AI
Posts: 196
Total Post Ratings: +41
|
 |
« Reply #3 on: 31 May, 2012, 18:28:31 » |
0
|
yes, it is possible ...   against, it will be necessary prevent that this program is only available for ti 84 + (the 83 + did not do this to my knowledge  ).
|
|
|
|
|
Logged
|
|
|
|
|
Hayleia
|
 |
« Reply #4 on: 31 May, 2012, 18:31:16 » |
0
|
You need to remember that Axe is not Basic. It only uses the same tokens. Also, here is a clock library 
|
|
|
|
« Last Edit: 31 May, 2012, 18:31:42 by Hayleia »
|
Logged
|
|
|
|
Deep Thought
So much to do, so much time, so little motivation
Administrator
LV13 Extreme Addict (Next: 9001)
Offline
Gender: 
Last Login: 17 June, 2013, 03:12:44
Date Registered: 19 May, 2009, 08:00:00
Location: The Universe
Posts: 7832
Total Post Ratings: +713
|
 |
« Reply #5 on: 31 May, 2012, 21:39:58 » |
0
|
You need to remember that Axe is not Basic. It only uses the same tokens. Exactly that. Axe is a completely separate language that just uses the BASIC tokens to keep things simple, so you can't assume a command works in Axe just because you can use it in TI-BASIC. The Commands.htm file contains exactly every command you can use in Axe, no more and no less.
|
|
|
|
|
Logged
|
|
|
|
PC5LeGeND
LV3 Member (Next: 100)
 
Offline
Gender: 
Last Login: 10 July, 2012, 10:14:54
Date Registered: 30 May, 2012, 13:20:28
Location: Belgium
Posts: 54
Topic starter
Total Post Ratings: -1
|
 |
« Reply #6 on: 31 May, 2012, 21:53:54 » |
0
|
Thanks i shall look it up
|
|
|
|
|
Logged
|
TI-84/TI-83 ASM programmer TI-84/TI-83 BASIC programmer Java program    
|
|
|
|