[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
DOL2STR()       Converts a number to a "dollar" string

Description:
  DOL2STR() takes a numeric amount (similar to that on most checks) and
  converts it to a "long-hand" representation of that number.  i.e.
  124.34 becomes "One Hundred Twenty Four & 34/100 dollars"


Syntax:     
  DOL2STR( <expN> )


Pass:       
  <expN>   = Number to be converted


Return:     
  <expC>   = String containing converted number


Notes:      


Example:    
  ? DOL2STR("129.32")

  Output:  One Hundred Twenty Nine & 32/100 Dollars


Usage:      
  DOL2STR() is most commonly used when printing checks, etc.

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