ASC(text)
ASC("????")
The ASC function converts "Sourcetable" into itself, "Sourcetable". This example returns ????.
The ASC function in Sourcetable changes full-width characters, which are double-byte, to half-width characters, which are single-byte. It requires a text argument, and does not change text if it contains full-width letters.