statement/SCALE                                               statement/SCALE
 
 NAME
     SCALE -- Controls bit maps scaling
 
 ABBREVIATION
     sc <shift> A

 SYNOPSIS
     SCALE <scaling_flag>

 FUNCTION
     The scaling of the bit maps in multicolor and high resolution modes can 
     be changed with the SCALE command. Entering:
     SCALE 1
         turns scaling on. Coordinates may then be scaled from 0 to 1023 in 
         both x and y rather than the normal scale values, which are:
 
             multicolor mode............ x = 0 to 159, y = 0 to 199
             high resolution mode....... x = 0 to 319, y = 0 to 199
 
     SCALE 0
         turns scaling off.
 
 INPUTS
     <scaling_flag> - scaling mode: 0=no scaling, 1=scale
 
 RESULT
     Turns scaling on or off.

 EXAMPLES
     SCALE 1
 
 NOTES
     None
 
 BUGS
     None
 
 SEE ALSO
     None