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

From Apache OpenOffice Wiki
Jump to: navigation, search
(See also:)
m (Robot: Automated text replacement %s)
Line 14: Line 14:
 
: returns <tt>'''H'''</tt>, representing character code 72.
 
: returns <tt>'''H'''</tt>, representing character code 72.
  
=== See also: ===
+
{{Documentation/SeeAlso|
'''[[Documentation/How_Tos/Calc: CODE function|CODE]]'''
+
* [[Documentation/How_Tos/Calc: CODE function|CODE]]'''
  
'''[[Documentation/How_Tos/Calc: Text functions|Text functions]]'''
+
* [[Documentation/How_Tos/Calc: Text functions|Text functions]]'''
  
[[Documentation/How_Tos/Calc: Functions listed alphabetically|'''Functions listed alphabetically''']],
+
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
[[Documentation/How_Tos/Calc: Functions listed by category|'''Functions listed by category''']]
+
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
  
 
=== Notes: ===
 
=== Notes: ===
 
* The international standard ODFF will introduce the more versatile functions <tt>'''UNICODE'''</tt> and <tt>'''UNICHAR'''</tt>, which will be implemented in Calc.
 
* The international standard ODFF will introduce the more versatile functions <tt>'''UNICODE'''</tt> and <tt>'''UNICHAR'''</tt>, which will be implemented in Calc.

Revision as of 13:33, 25 February 2009


CHAR

Returns a single text character, given a character code.

Syntax:

CHAR(number)

number is the character code, in the range 1-255.
CHAR uses your system's character mapping (for example iso-8859-1, iso-8859-2, Windows-1252, Windows-1250) to determine which character to return. Codes greater than 127 may not be portable.

Example:

CHAR(72)

returns H, representing character code 72.

Template:Documentation/SeeAlso

Notes:

  • The international standard ODFF will introduce the more versatile functions UNICODE and UNICHAR, which will be implemented in Calc.
Personal tools