Omnimaga

Calculator Community => TI Calculators => TI-BASIC => Topic started by: Demon on July 29, 2006, 08:45:00 am

Title: [83+ BASIC] Getting ALL The Hidden Characters?
Post by: Demon on July 29, 2006, 08:45:00 am
Is there a program somewhere that has all the characters that TI-OS hides from you?  I've found a few but the chars like alphalock-on/homescreen cursor, etc are still missing.
Title: [83+ BASIC] Getting ALL The Hidden Characters?
Post by: DJ Omnimaga on July 29, 2006, 12:45:00 pm
You HAD to put at least ONE psychedelic thingy in your sig, right? XDsmiley.gif nah its fine ;)wink.gif


About the ascii chars I swear I saw a program on ticalc.org that did it, but where to find it I dunno. I think weregoose made a program like this on UTI but I never got able to find it. Some characters may cause the game to not be backward compatible with OS 1.15 or lower though
Title: [83+ BASIC] Getting ALL The Hidden Characters?
Post by: Radical Pi on July 30, 2006, 01:49:00 am
http://www.ihud.com/file.php?file=files/300706/1154263653/CHAR256.8xp with ALL the accessible ones through a hack with Mirage... long ago. There are two more characters, " and ->. THEY ARE POSSIBLE!!!

The Quote is as simple as prompting a Str and just putting in a quote.
Sto-> is trickier, but it can be done. Do 1->A on the homescreen. Evaluate. Go into the Y= Editor. 2nd-Entry. Back on the homescreen, Equ>String(Y1,Str1. Finally, sub(Str1,2,1

Have fun with it. :pop:xplod.gif
Title: [83+ BASIC] Getting ALL The Hidden Characters?
Post by: DJ Omnimaga on July 30, 2006, 02:42:00 am
make sure you don't use anything older than OS 1.16 tho, otherwise they'll give a transmission error or it will change to weird junk
Title: [83+ BASIC] Getting ALL The Hidden Characters?
Post by: kalan_vod on July 30, 2006, 06:31:00 pm
MV from ticalc made a program with allowed every thing enabled char wise.
Title: [83+ BASIC] Getting ALL The Hidden Characters?
Post by: Demon on July 31, 2006, 06:03:00 am
Awesome they should add these to the Character application.
Title: [83+ BASIC] Getting ALL The Hidden Characters?
Post by: rivereye on July 31, 2006, 06:15:00 am
tifreak8x and Kerm made one in all BASIC for one, can't think of the name of it though.
Title: [83+ BASIC] Getting ALL The Hidden Characters?
Post by: kalan_vod on July 31, 2006, 11:13:00 am
QuoteBegin-pyro_xp2k+Jul 31 2006, 12:03 PM-->
QUOTE (pyro_xp2k @ Jul 31 2006, 12:03 PM)
Awesome they should add these to the Character application.  

 The thing I am talking about is an app.
Title: [83+ BASIC] Getting ALL The Hidden Characters?
Post by: elfprince13 on July 31, 2006, 11:19:00 am
QuoteBegin-Radical Pi+Jul 30 2006, 07:49 AM-->
QUOTE (Radical Pi @ Jul 30 2006, 07:49 AM)
http://www.ihud.com/file.php?file=files/300706/1154263653/CHAR256.8xp with ALL the accessible ones through a hack with Mirage... long ago. There are two more characters, " and ->. THEY ARE POSSIBLE!!!

The Quote is as simple as prompting a Str and just putting in a quote.
Sto-> is trickier, but it can be done. Do 1->A on the homescreen. Evaluate. Go into the Y= Editor. 2nd-Entry. Back on the homescreen, Equ>String(Y1,Str1. Finally, sub(Str1,2,1

Have fun with it. :pop:xplod.gif

 nice hack. too bad you can't do it with a program though. :(sad.gif
Title: [83+ BASIC] Getting ALL The Hidden Characters?
Post by: Radical Pi on August 01, 2006, 05:12:00 am
You can still package the char with programs with GDBs...