Mkw Function

Purpose

converts a 16-bit integer expression into a two characters string.

Syntax

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

x, x1, ..: Single

Description

Creates a two character long string from a number.

Example

Dim s As Short = Cvw("ab")

Print Mkw(s, s)

Prints: abab

Remarks

Mkw() is the reverse function of Cvw().

See Also

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

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