MkCur Function

Purpose

converts a Currency (64-bit) expression to eight characters.

Syntax

$ = MkCur[$](x [,x1,..])

x, x1,..: Currency

Description

Creates an eight characters long string from a number internally stored in IEEE double format.

Example

OpenW # 1

Print MkCur$(2.1, 3.4)

Remarks

See Also

Cvn Functions, Mkl, Mki, Mkw, Mkd, Mks, MkCur, MkLarge

{Created by Sjouke Hamstra; Last updated: 18/10/2014 by James Gaite}