
Program Command Reference
PTThick
Syntax: PTThick<graph number>
Function: Specifies “Thick” ( ) as the graph line type.
Description: Graph number range: 1 to 100
PxlChg
| Syntax: | |
| Function: | Toggles display of the specified pixel on and off. | 
| Example: | PxlChg 5,1 | 
| 
 | 
 | 
| PxlOff | 
 | 
| Syntax: | PxlOff  | 
| Function: | Turns off display of the specified pixel. | 
| Example: | PxlOff 3, 3 | 
| 
 | 
 | 
| PxlOn | 
 | 
| Syntax: | |
| Function: | Turns on display of the specified pixel. | 
| Example: | PxlOn 63, 31 | 
| 
 | 
 | 
| pxlTest( | 
 | 
| Syntax: | |
| Function: | Returns 1 when the specified pixel is on, and 0 when it is off. | 
RclGMem
Syntax: RclGMem<variable name>
Function: Recalls GMem data (graph expression and related information), which was previously saved under the specified name.
Example: RclGMem AZ
RclPict
Syntax: RclPict<picture name>
Function: Recalls a Pict image, which was previously saved under the specified name.
Example: RclPict PIC1
20021201