T |
T(value) |
Returns the text string of the value given. |
value | The value you want to test. |
REMARKS |
* This function is only available for backwards compatibility and should not be used. * If "value" is text, then "value" is returned. * If "value" is a number, "" (empty string) is returned. * This function is not used a lot as Microsoft Excel automatically converts values when necessary. * For the Microsoft documentation refer to support.microsoft.com * For the Google documentation refer to support.google.com |
|
1 - What is the text in the string "sometext". 2 - What is the text in the string "true". 3 - What is the text in the string "20+100". 4 - This is a numerical value so an empty string is returned. |
© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited Top