Home Search

DriveWorks Solo 21
IsNonText

Send Feedback

IsNonText

Indicates whether the specified value is not text by returning True or False.

Syntax

IsNonText([Value])

Where:

Value is the value, or reference to a value, to test.

Examples

Rule

Meaning
IsNonText(InformationReturn)Checks the return value of Information and if it isn't text, the IsNonText function will return TRUE.

Example Outcomes

ValueOutcome
29True
"29"False
NOW()True
FALSETrue