The GSEND statement sends command strings to the PLOTTER IS device. It is used to send commands (such as the pen speed, pen force, and character set selection commands) that are not generated by the high level graphics statements. For example:
GSEND "LBPlotter font characters."&CHR$(3)
sends the HPGL command to draw the specified string using the current plotter internal character font. Virtually any HPGL command string can be sent to the device using this statement.
|