Omnimaga

Calculator Community => TI Calculators => TI-BASIC => Topic started by: rcenas on December 24, 2011, 08:07:24 am

Title: Problem with Nspire CX CAS
Post by: rcenas on December 24, 2011, 08:07:24 am
Is it possible to display in a Notes page the value of a variable in a BASIC program? I have an iterative program, and it would be nice to display some values in each iteration.
Thanks!
Title: Re: Problem with Nspire CX CAS
Post by: ElementCoder on March 31, 2012, 08:42:00 am
Short and simple answer: yes   ;)
Here's how:
1. Create a Notes page :P
2. Go to Menu>Insert>Math Box (or do Ctrl+M).
3. Type the name of your variable in the mathbox and press enter.
4. If you want to change the settings, position your cursor inside the math box and go to Menu>Math Box Options> Math Box Attributes (or Ctrl+Menu>Math Box Attributes) and change settings to your needs.

I hope this was helpful.