[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
VS_CvtCode()         Converts a "Lotus" style printer string

Description:

  VS_CvtCode() converts a "Lotus" stylle control string to a "true"
  ASCII string. i.e. "\027E"

Syntax:     

  c_True = VS_CvtCode( c_Lotus )

Pass:       

  c_Lotus is a character expression that represents the "Lotus"
  style string to convert. i.e. "\027E"

Return:     

  c_True is a character expression that represents the converted
  "Lotus" string in "true" ASCII form.

Notes:      


Example:    

  c_Code = VS_CvtCode("\012\124\251")

  is the same as....

  c_Code = CHR(12) + CHR(124) + CHR(251)

Usage:      

  VS_CvtCode() is primarily used by VS_InitPrtr() to allow the user a
  convienent method for enter otherwise "un-typeable" ASCII characters.

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