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

From Apache OpenOffice Wiki
Jump to: navigation, search
m
m
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{DISPLAYTITLE:BASE function}}
 +
{{Documentation/CalcFunc TextTOC
 +
|ShowPrevNext=block
 +
|PrevPage=Documentation/How_Tos/Calc:_Text_functions
 +
|NextPage=Documentation/How_Tos/Calc:_CHAR_function
 +
}}__NOTOC__
  
 
== BASE ==
 
== BASE ==
Line 23: Line 28:
 
: returns <tt>'''TRUE'''</tt>. Text is returned, not a number.
 
: returns <tt>'''TRUE'''</tt>. Text is returned, not a number.
  
{{Documentation/SeeAlso|
+
{{SeeAlso|EN|
 
* [[Documentation/How_Tos/Calc: DECIMAL function|DECIMAL]]
 
* [[Documentation/How_Tos/Calc: DECIMAL function|DECIMAL]]
 
* [[Documentation/How_Tos/Calc: FIXED function|FIXED]]
 
* [[Documentation/How_Tos/Calc: FIXED function|FIXED]]

Latest revision as of 15:19, 2 February 2024



BASE

Returns a text representation of a number, in a specified base radix.

Syntax:

BASE(number; radix; minlength)

converts number (a positive integer) to text, with the base radix radix (an integer between 2 and 36), using characters 0-9 and A-Z.
minlength (optional) specifies the minimum number of characters returned; zeroes are added on the left if necessary.

Example:

BASE(17; 2)

returns 10001 as text (binary system).

BASE(17; 10)

returns 17 as text (decimal system).

BASE(255; 16; 4)

returns 00FF as text (hexadecimal system). Extra zeroes are added to give 4 characters.

ISTEXT(BASE(17; 10))

returns TRUE. Text is returned, not a number.



See Also
Retrieved from "https://wiki.openoffice.org/w/index.php?title=Documentation/How_Tos/Calc:_BASE_function&oldid=260096"
Views
Personal tools
Navigation
Tools