Guida di LibreOffice 7.3
Converts double-byte (full-width) characters to single-byte (half-width) ASCII and katakana characters.
Per la conversione di una tabella consultate https://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions.
ASC(Testo)
Testo è la stringa di testo che contiene i caratteri da convertire.
Applying the ASC function to a string composed of single-byte characters will return the input string without any modifications.
=ASC("LibreOffice") returns the string "LibreOffice". No modifications were made because all characters are single-byte characters.
=ASC("ライト") returns the string "ライト", which is composed of single-byte characters.