Returns a wide character string made up of the lowest wide character value (0x0000).
WLOW(x)
x is an expression whose value is a non-negative integer.
WLOW(3) /* Returns a wide character string whose length */ /* is equal to 3 wide characters where */ /* each character is hexadecimal 0x0000. */
None.
Description
The WLOW function returns the wide character string of length x, in which each wide character is the lowest wide character value (0x0000).
The value of x must be non-negative and less than 16363 (maximum length of the wide character string). If x = 0, the result is the null character string.