S2W function |
Top Previous Next |
Syntax WSTRING = S2W(in as STRING) Description Converts an ANSI string to a wide character (Unicode) string . Parameters in - String to convert.. Return value The converted string.. Remarks None Example usage w = S2W("A string to convert") |