Difference between revisions of "Documentation/How Tos/Calc: BAHTTEXT function"
From Apache OpenOffice Wiki
< Documentation | How Tos
Javier Lopez (talk | contribs) |
m |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{DISPLAYTITLE:BAHTTEXT function}} |
− | + | {{Documentation/CalcFunc Number ConvTOC | |
− | + | |ShowPrevNext=block | |
− | + | |PrevPage=Documentation/How_Tos/Calc:_ARABIC_function | |
− | | | + | |NextPage=Documentation/How_Tos/Calc:_DECIMAL_function |
− | + | }}__NOTOC__ | |
− | | | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== BAHTTEXT == | == BAHTTEXT == | ||
Returns Thai text, including the Thai currency names, given a number. | Returns Thai text, including the Thai currency names, given a number. | ||
Line 35: | Line 15: | ||
=== Example: === | === Example: === | ||
<tt>'''BAHTTEXT("12.65")'''</tt> | <tt>'''BAHTTEXT("12.65")'''</tt> | ||
− | : returns a string of Thai characters with the meaning of "Twelve Baht and sixty five Satang". | + | : returns a string of Thai characters with the meaning of "Twelve Baht and sixty-five Satang". |
=== Issues: === | === Issues: === | ||
− | <tt>'''BAHTTEXT'''</tt> is not included in the | + | <tt>'''BAHTTEXT'''</tt> is not included in the ODFF international standard. It is (at least partially) implemented in Excel. |
− | {{ | + | {{SeeAlso|EN| |
* [[Documentation/How_Tos/Calc: Number Conversion functions|Number Conversion functions]] | * [[Documentation/How_Tos/Calc: Number Conversion functions|Number Conversion functions]] | ||
Latest revision as of 14:26, 1 February 2024
BAHTTEXT
Returns Thai text, including the Thai currency names, given a number.
Syntax:
BAHTTEXT(number)
- number is any number. BAHTTEXT returns a string in Thai characters, with "Baht" appended to the integer part of the number, and "Satang" appended to the decimal part of the number.
Example:
BAHTTEXT("12.65")
- returns a string of Thai characters with the meaning of "Twelve Baht and sixty-five Satang".
Issues:
BAHTTEXT is not included in the ODFF international standard. It is (at least partially) implemented in Excel.
See Also