MkLarge Function

Purpose

converts a 64-bit integer expression to a eight character string.

Syntax

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

x, x1,..: Integer

Description

Creates a eight character long string from a large integer. Additional arguments increases the size of the string with a multiple of eight.

Example

Dim s As Large = CvLarge("abcdefgh")

Print MkLarge(s, s)

Prints abcdefghabcdefgh

Remarks

MkLarge$() is the reverse function of CvLarge().

See Also

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

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