Navigation: thinBasic Modules > Core > Unicode > Ascii2Unicode |
|
Description
Converts a Unicode string to Ascii.
Syntax
s = Ascii2Unicode(StringExpression)
Returns
String
Parameters
Name |
Type |
Optional |
Meaning |
StringExpression |
String |
No |
The string expression to transform into Unicode. |
Remarks
This function will always add 2 more $NUL bytes to the returned string.
Restrictions
See also
String Handling, Unicode2Ascii, IsUnicode
Examples
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |