File currency.icn

Summary

###########################################################################

	File:     currency.icn

	Subject:  Procedures for formatting currency

	Author:   Robert J. Alexander

	Date:     September 21, 1993

###########################################################################

   This file is in the public domain.

###########################################################################

  currency() -- Formats "amount" in standard American currency format.
  "amount" can be a real, integer, or numeric string.  "width" is the
  output field width, in which the amount is right adjusted.  The
  returned string will be longer than "width" if necessary to preserve
  significance.  "minus" is the character string to be used for
  negative amounts (default "-"), and is placed to the right of the
  amount.

###########################################################################
Procedures:
currency

This file is part of the (main) package.

Source code.

Details
Procedures:

currency(amount, width, minus, decPlaces, minDollarDigits, currencySign, decimalPoint, comma)



This page produced by UniDoc on 2021/04/15 @ 23:59:54.