Mkd$ Function

Purpose

converts a 64-bit floating point expression to eight characters.

Syntax

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

x, x1, …: Double

Description

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

Example

OpenW 1

Print MkdMbf$(2.1)

Print MkdMbf$(2.1, 6.4)

Print Mkd(2.1)

Print Mkd(2.1, 6.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}