<< Click to Display Table of Contents >> Navigation: ThinBASIC Core Language > BuiltIn Functions > Unicode / UTF8 > UCODE$ |
Description
Translate an ANSI string into a Unicode string.
Syntax
s = UCODE$(StringExpression [, CodePage])
Returns
String
Parameters
Name |
Type |
Optional |
Meaning |
StringExpression |
String |
No |
ANSI string |
CodePage |
Number |
Yes |
The code page to be used for the conversion process |
Remarks
Restrictions
See also
Examples