Omnimaga

Calculator Community => TI Calculators => Axe => Topic started by: XiiDraco on February 25, 2013, 04:55:30 pm

Title: Input user text?
Post by: XiiDraco on February 25, 2013, 04:55:30 pm
I have been using axe for a bit now, but the one thing I still can't figure out how to do is input user text. For example, If I were to make a program that would simulate microsoft word, I would not know how to store the information to a string AND then edit that string later. Also I want to check what the string says, and once again I do not know how to do so. If anyone could please explain to me how to do this, if it is indeed possible.
Title: Re: Input user text?
Post by: nikitouzz on February 25, 2013, 05:08:24 pm
it's very easy to make input routine, if you want wait 1-2 week, i making one input routine for number, letter and other http://ourl.ca/18315
Title: Re: Input user text?
Post by: Hayleia on February 26, 2013, 01:18:28 am
You can also check the routines thread index (http://ourl.ca/7818/138475). There are some input routines out there :)

As for checking what the string says, seems like a job for Equ>String ;)
Title: Re: Input user text?
Post by: shmibs on February 27, 2013, 10:47:01 am
we should probably sticky an explanation on how to do this, because people keep asking about it every two weeks or so, it seems.
[link] (http://ourl.ca/18163/334444;topicseen#new)
Title: Re: Input user text?
Post by: DJ Omnimaga on February 27, 2013, 01:22:05 pm
Yeah I think that might be a good idea. By the way is there still an input command built-in Axe or was it removed due to how buggy it was? I always forget...