mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
parent
cd8eac36b8
commit
a77e82388b
@ -658,7 +658,8 @@ def TASTEME(food):
|
|||||||
def TEXT(number, format_type): # pylint: disable=unused-argument
|
def TEXT(number, format_type): # pylint: disable=unused-argument
|
||||||
"""
|
"""
|
||||||
Converts a number into text according to a specified format. It is not yet implemented in
|
Converts a number into text according to a specified format. It is not yet implemented in
|
||||||
Grist.
|
Grist. You can use the similar Python functions str() to convert numbers into strings, and
|
||||||
|
optionally format() to specify the number format.
|
||||||
"""
|
"""
|
||||||
raise NotImplementedError()
|
raise NotImplementedError()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user