Calculator Community > TI Calculators

Domain error in 83 BASIC

<< < (2/2)

TIfanx1999:
Well yea, you can't put text between pixels. With my previous post I would assume someone wouldn't try to use decimals that fall in between those ranges. :P

Ivoah:
My problem was that I computed a value using sin and cos, and never converted it to an int. Line works with non int values...

TIfanx1999:
Line isn't based on screen dimensions.  Text more or less is. Pixel is based on screen dimensions as well. If you try to draw a pixel off screen you get a dimension error just like with text.

DJ Omnimaga:
Yeah the only commands that has clipping are Pt-On/Off/Chg (not Pxl-On/Off/Chg), Line, Circle and the horiz/vertical commands. Everything else has to be absolutely drawn inside the screen with integer values.

Ivoah:
Good to know.

Navigation

[0] Message Index

[*] Previous page

Go to full version