converts a 16-bit integer expression into a two characters string.
$ = Mkw[$](x [,x1,..])
x, x1, ..: Single
Creates a two character long string from a number.
Dim s As Short = Cvw("ab")
Print Mkw(s, s)
Prints: abab
Mkw() is the reverse function of Cvw().
Cvn Functions, Mkl, Mki, Mkw, Mkd, Mks, MkCur, MkLarge
{Created by Sjouke Hamstra; Last updated: 18/10/2014 by James Gaite}