Spread Formula Reference
ASC
Formula Functions > Functions A to C > ASC

This function transforms full-width (double-byte) characters to half-width (single-byte) characters.

Syntax

ASC(text)

Arguments

For the arguments, you need to give either a text value or a reference to a cell containing the text to be changed.

Remarks

If the text does not contain full-width letters, then the text is not changed.

Data Types

Accepts string data. Returns string data.

Examples

ASC("SPREAD") gives the result "SPREAD"

Version Available

This function is available in Spread for Windows Forms 11.0 or later.