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