[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
VS_DblOff()          Returns the codes to turn "Double width" off

Description:

  VS_DblOff() returns the necessary codes to make the currently selected
  printer stop printing in "Double width" mode.

Syntax:     

  c_CtrlCode = VS_DblOff()

Pass:       

  Nothing

Return:     

  c_CtrlCode is a character expression that will contain the
  necessary codes to make the currently selected printer stop printing
  in "Double width" mode.

Notes:      

  If a printer has not yet been selected, VS_DblOff() will call
  VS_InitPrtr().

Example:    

  SET PRINT ON

     ? VS_DblOn()
     ? [This is in "Double width"]
     ? [So is this]
     ? VS_DblOff()

  SET PRINT OFF

Usage:      

See Also: VS_InitPrtr() VS_Dbl() VS_DblOn() Printers
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson