Public Function ChrW(ByVal CharCode As Long) As String
Returns the unicode 32-bit charcode to a string.
Dim lSmiley As String = ChrW(&h1F600)
©2024 Blue Polar. All rights reserved.