[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
VS_Cond()            Print a string in "Condensed" mode

Description:

  VS_Cond() returns the appropriate control codes to make the currently
  selected printer print in "Condensed" mode.

Syntax:     

  c_CtrlCode = VS_Cond( c_String )

Pass:       

  c_String is a character expression containing the value to print.

Return:     

  c_CtrlCode is a character expression that represents the necessary
  control codes to print c_String in "Condensed" mode.

Notes:      

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

Example:    

  SET PRINT ON
     ? VS_Cond([This will be in "Condensed" mode.])
  SET PRINT OFF

Usage:      

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