TEXT() alternatives per #580 (#591)

pull/594/head
roleohibachi 10 months ago committed by GitHub
parent cd8eac36b8
commit a77e82388b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save