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