I think I just realized what I did wrong; I used the wrong dot (I wanted one that looked more centered), and the calculator just reads the symbols from the screen using CHKCHR(). I'll fix that later
SMILE TOOL +
Root / Submissions / [.]
12Me21Created:
Version:Size:
It's the SMILE TOOL, with a few new features:
1: Screen resolutions shown on top screen(in case you forget)
2: Button Presses displayed on top screen (I'm working on a nice button test program using sprites, but right now it just shows raw BUTTON() output)
3: CALCULATOR!!!
it doesn't support decimals (because VAL doesn't)
Why do you say this?
I'll do it later
Replying to:mystman12
This is awesome! When I first opened SmileTOOL I was like "Yes! A built in calculator!" only to realize... It wasn't a calculator. This is really going to come in handy for quick calculations!
Thanks! Hopefully I can make it even better. I'm going to try to add decimal support to the calculator. However, A big limitation is the size of the screen (7 digits, including . and -)
maybe I'll make a custom font or use the hidden 2 digit numbers (if they exist)