ASC

Syntax:

ASC ( string )

Description: For double-byte character set (DBCS) languages, converts all full-width (double-byte) characters to half-width (single-byte) characters.

Arguments:

Name

Type

Description

string

text

Designate the text to be converted. If string does not contain any full-width characters, nothing in string is converted.

Return Type and Value: text – The text resulting from the conversion.

example: