[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
VS_Num2Txt()         Converts a numeric value to a string

Description:

  VS_Num2Txt() converts a numeric value to a character value.i.e. 123
  becomes "One-Hundred Twenty Three"

Syntax:     

  c_String = VS_Num2Txt( n_Amount )

Pass:       

  n_Amount is the numeric value to be converted. Digits to the right
  of the decimal point are ignored.

Return:     

  c_String is a character expression representing the converted
  value of n_Amount

Notes:      


Example:    

  ? VS_Num2Txt(32)

  Output: Thirty Two

Usage:      

  VS_Num2Txt() is very similar to VS_Dol2Str() but does not format the
  c_String to "dollars & cents"

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