Omnimaga

Calculator Community => Other Calc-Related Projects and Ideas => TI Z80 => Topic started by: Dudeman313 on March 08, 2016, 09:44:15 am

Title: GraphSet CE [CE/CSE] [TI-BASIC]
Post by: Dudeman313 on March 08, 2016, 09:44:15 am
I taught myself some TI-BASIC programming concepts overnight, and programmed this:
(http://i.imgur.com/EGW6Xja.png) (http://i.imgur.com/p4BLevt.png)
(http://i.imgur.com/bNiyGPg.png) (http://i.imgur.com/UrJE0tO.png)

What do you think? I could probably use some optimizations, so I'm posting it here.
It currently carries out the same functions as Nitro_Hawk's Graph Fix program, toggles Plots(on/off), toggles Diagnostics, and "Enters Workmode."

Work mode is just my custom preferred graph settings. I left this unlocked so users can customize their own WorkMode, but I don't know how
to comment in TI-BASIC, if it's possible. I also named the program GraphSet CE just in case I decide to make a monochrome version, because my program
uses functions (like GridLine) that monochromes lack.

Maybe someone could also test it on the CSE? I don't know if the CSE can have a Line grid.
EDIT
The current program is attached. When it's been evaluated and considered complete, I'll upload it elsewhere.