Name: GRESC Purpose: escape routine Category: GRAPHICS File: pgplot.src Author: T.J. Pearson Use: see description below. Description: SUBROUTINE GRESC (TEXT) GRPCKG: "Escape" routine. The specified text is sent directly to the selected graphics device, with no interpretation by GRPCKG. This routine must be used with care; e.g., the programmer needs to know the device type of the currently selected device, and the instructions that that device can accept. Arguments: none. TEXT (input, character*(*)): text to be sent to the device. 15-May-1985 - new routine [TJP]. 26-May-1987 - add GREXEC support [TJP]. 19-Dec-1988 - start new page if necessary [TJP]. 4-Feb-1997 - RBUF should be an array, not a scalar [TJP]. Updates: Oct 16, 1998: JPT automatically extracted from source.