TRUECALC
Functions

ASC

Convert full-width chars to half-width

When to use it

When should I use ASC?

Use ASC when working with Japanese or other double-byte character set (DBCS) text that contains full-width characters — it converts them to their half-width equivalents, which is useful for normalizing mixed-width strings before comparison or storage.

Used in

operations

Syntax

ASC(text)

On this page