A86: Re: [OT]ASCII Codes


[Prev][Next][Index][Thread]

A86: Re: [OT]ASCII Codes




Because there are no functions to search strings, you would have to build a
string with all of the characters (probably on the computer) and send it to
the calc.  Then use a for loop and find the position where it matches.  It
would be very slow.  There could be another way.  I only really programmed
in BASIC on the 82/83 (bought my 86 to learn asm on).

>      Is there any way to get the ASCII code of a character in TI-BASIC?  I
>      know that you can get it in ASM, but I was wondering about
>      BASIC...Please advise.




References: