Omnimaga

Calculator Community => TI Calculators => Axe => Topic started by: mathewv on September 02, 2011, 11:33:40 am

Title: Multiple letter variable names?
Post by: mathewv on September 02, 2011, 11:33:40 am
Every time I've tried using multiple letter variable names (for things other than arrays, pictures, etc) something strange happens, such as the value not being initialized, or being "saved" for the next run (I imagine this is because it is reading from the same point as the previous execution, and since it isn't being initialized, its value is unchanged). Other times it just doesn't work. Are multi-letter variable names supported yet, or will it be supported in the future? Thanks.
Title: Re: Multiple letter variable names?
Post by: ben_g on September 02, 2011, 12:31:19 pm
Try updating your axe version. You probabely have a version in which it isn't supported yet. 1.0.3 supports it, and i think the mayor bugs of 1.0.0-1.0.2 are solved in that version.
Title: Re: Multiple letter variable names?
Post by: mathewv on September 02, 2011, 01:07:58 pm
Oh, sorry, I forgot to mention I was using version 0.5.3... I thought that the latest version was unstable, but from what you said, it seems that I need to upgrade or lose my mind keeping track of single letter variables. :P
Title: Re: Multiple letter variable names?
Post by: Binder News on September 02, 2011, 04:04:35 pm
Yup. 1.0.0 and 1.0.1 were unstable, 1.0.2 is stable, but the Variable names aren't perfect, and 1.0.3 is AMAZING.
Title: Re: Multiple letter variable names?
Post by: DJ Omnimaga on September 02, 2011, 04:05:17 pm
Welcome to the forums mathewv by the way :)

I did not hear about horrific bugs in 1.0.3, so I guess it might be stable enough, although maybe not as much as 0.5.3.
Title: Re: Multiple letter variable names?
Post by: mathewv on September 03, 2011, 12:00:05 am
Thanks for the feedback guys, I've got Axe working correctly and am loving the new version! ;D