[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
VS_BoldOn()          Returns the codes to turn "Bold" on

Description:

  VS_BoldOn() returns the necessary codes to make the currently selected
  printer print in "Bold" mode.

Syntax:     

  c_CtrlCode = VS_BoldOn()

Pass:       

  Nothing

Return:     

  c_CtrlCode is a character expression that will contain the
  necessary codes to make the currently selected printer print in "Bold"
  mode.

Notes:      

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

Example:    

  SET PRINT ON

     ? VS_BoldOn()
     ? [This will be in "Bold" mode]
     ? [So will this]
     ? VS_BoldOff()

  SET PRINT OFF

Usage:      

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