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

Description:

  VS_Black() returns the appropriate control codes to make the currently
  selected printer print in black.

Syntax:     

  c_CtrlCode = VS_Black()

Pass:       

  Nothing

Return:     

  c_CtrlCode is a character expression that represents the necessary
  control codes to print in black.

Notes:      

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

  Note:

  Non-Color printers will be uneffected by the use of this function.

Example:    

  SET PRINT ON
     ? VS_Black() + "This will be in black"
  SET PRINT OFF

Usage:      

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