/////////////////////////////////////////////////////////////
// pcl2bmp.h

struct COMMAND
{
    char control;   // ESC or other control character
    char group1;    // command group character
    char group2;    //
    char sign;      // '+' or '-' if present in parameter
    double value;   // parameter
    char term;      // command terminating character
	int error;		// error processing command
};