The ASC function
For languages with double-byte character sets (DBCS), ASC The function changes the full-width characters (doble byte) (say) to half-width characters (a byte).
The ASC The function uses the following syntax to operate:
The ASC The function only has the following argument:
- text: This is required. The text or a reference to a cell that contains the text that you want to change. And text does not contain full width letters, text does not change.
The opposite function, convert half-width characters (a byte) in full-width characters (doble byte) (say), is the WIDECHAR (text) function. Our regular blog series will probably hit this feature within 14 years …
Please, see my examples below: