Description
In DBCS (Far-East) systems, this function returns a copy of text in which the double-byte characters are converted to single-byte characters, if possible. Characters that cannot be converted are left unchanged.
Syntax
ASC ( text )
Parameter | Description |
---|---|
text | Text to convert from double-byte characters to single-byte characters. |
Remarks
On non-DBCS systems, the text returns unchanged.
See also