Omnimaga

Calculator Community => TI Calculators => Axe => Topic started by: PC5LeGeND on May 31, 2012, 11:32:47 am

Title: Gettime command
Post by: PC5LeGeND on May 31, 2012, 11:32:47 am
I cant us the gettime command in axe someone know how to do this  ???
Title: Re: Gettime command
Post by: turiqwalrus on May 31, 2012, 12:11:50 pm
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.
Title: Re: Gettime command
Post by: PC5LeGeND on May 31, 2012, 12:25:21 pm
Oh that will i do
Title: Re: Gettime command
Post by: TheMachine02 on May 31, 2012, 12:28:31 pm
yes, it is possible ...   :thumbsup:

against, it will be necessary prevent that this program is only available for ti 84 + (the 83 + did not do this to my knowledge  :'().
Title: Re: Gettime command
Post by: Hayleia on May 31, 2012, 12:31:16 pm
You need to remember that Axe is not Basic. It only uses the same tokens.
Also, here (http://ourl.ca/4129/270189) is a clock library ;)
Title: Re: Gettime command
Post by: Deep Toaster on May 31, 2012, 03:39:58 pm
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.
Title: Re: Gettime command
Post by: PC5LeGeND on May 31, 2012, 03:53:54 pm
Thanks i shall look it up