This function transforms full-width (double-byte) characters to half-width (single-byte) characters.
ASC(text)
For the arguments, you need to give either a text value or a reference to a cell containing the text to be changed.
If the text does not contain full-width letters, then the text is not changed.
Accepts string data. Returns string data.
ASC("SPREAD") gives the result "SPREAD"
This function is available in Spread for Windows Forms 11.0 or later.