TI-BASIC:Zbox
From Learn @ Cemetech
Jump to navigationJump to searchCommand Summary
Zooms in to a smaller graphing window defined by a box drawn by the user.
Command Syntax
ZBox
Menu Location
Press:
- ZOOM to access the zoom menu.
- ENTER to select ZBox.
TI-83/84/+/SE
1 byte
The ZBox command allows the user to select a smaller window within the current graphing window to zoom in to. To select the window, use the arrow keys and ENTER to select one corner of the window; then as you use the arrow keys and ENTER to select the other corner, a rectangle of the window's dimensions will be shown.
It's not recommended to use this in most programs, because entering an empty window (with no width or no height) will cause an error and exit the program without letting it clean up.
Error Conditions
- ERR:INVALID occurs if this command is used outside a program.
- ERR:ZOOM is thrown if an empty window is selected (with no width or no height)