Difference between revisions of "Documentation/How Tos/Calc: ASC function"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Created page with "JIS_and_ASC_functions")
 
Line 1: Line 1:
[[https://wiki.openoffice.org/wiki/Calc/Features/JIS_and_ASC_functions|JIS_and_ASC_functions]]
+
== ASC ==
 +
ASC converts full width ASCII and Katakana characters to half width. Returns a string.
 +
See [[Calc/Features/JIS_and_ASC_functions|JIS_and_ASC_functions]] for a table for conversion.
 +
 
 +
=== Syntax: ===
 +
<tt>'''ASC("Text")'''</tt>
 +
: '''Text''' is the text which contains the characters to be converted.
 +
 
 +
{{SeeAlso|EN|
 +
* [[Documentation/How_Tos/Calc: JIS function|JIS]]
 +
 
 +
* [[Documentation/How_Tos/Calc: Text functions|Text functions]]
 +
 
 +
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 +
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
 +
 
 +
[[Category: Documentation/Reference/Calc/Text functions]]

Revision as of 15:59, 2 February 2024

ASC

ASC converts full width ASCII and Katakana characters to half width. Returns a string. See JIS_and_ASC_functions for a table for conversion.

Syntax:

ASC("Text")

Text is the text which contains the characters to be converted.



See Also
Personal tools