converts a 64-bit integer expression to a eight character string.
$ = MkLarge[$](x [,x1,..])
x, x1,..: Integer
Creates a eight character long string from a large integer. Additional arguments increases the size of the string with a multiple of eight.
Dim s As Large = CvLarge("abcdefgh")
Print MkLarge(s, s)
Prints abcdefghabcdefgh
MkLarge$() is the reverse function of CvLarge().
Cvn Functions, Mkl, Mki, Mkw, Mkd, Mks, MkCur, MkLarge
{Created by Sjouke Hamstra; Last updated: 18/10/2014 by James Gaite}