ASC()

Syntax. ASC(text)

Definition. This function converts double-byte characters into single-byte characters.

Arguments

Background. Use this function to convert double-byte characters into single-byte characters. Text data are saved, read, and transferred by using code pages. Each character is assigned a code (a numeric value). Single-byte code pages consist of only 256 characters. Double-byte code pages were developed to accommodate Asian languages, but this conversion function is of little relevance because most systems use the Unicode standards. Unicode is a universal character set for all known languages.

Note the following about this function:

Example. Because this function is not widely used, an example is not shown here. You will find an example of this function only in the sample files for this book.

See Also

CHAR(), CODE()