Indicates whether the specified value is text by returning True or False.
IsText([Value])
Where:
Value is the value, or reference to a value, to test.
Rule | Meaning |
|---|---|
| IsText(InformationReturn) | Checks the return value of Information and if it is text, the IsText function will return TRUE. |
| Value | Outcome |
|---|---|
| "Wheel" | True |
| 29 | False |
| "29" | True |
| NOW() | False |
| True | False |