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