Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This message accepts no parameters.

Example

 
Code Block
/* The following example shows how to use the STARTOVERLAY message.*/
declare function Set_Printer
stat = Set_Printer("INIT") ;* Start printing
stat = Set_Printer("TERM") ;* End printing
stat = Set_Printer("STARTOVERLAY",1)
stat = Set_Printer("TEXTXY","Test This",1,1)
stat = Set_Printer("ENDOVERLAY")
stat = Set_Printer("STARTOVERLAY",2)
stat = Set_Printer("TEXTXY","Test This",2,1)
stat = Set_Printer("ENDOVERLAY")

 

...

See also

StartOverlay Set_Printer() Message