Home Search

DriveWorks Pro 21
IsText

Send Feedback

IsText

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

Syntax

IsText([Value])

Where:

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

Examples

Rule

Meaning
IsText(InformationReturn)Checks the return value of Information and if it is text, the IsText function will return TRUE.

Example Outcomes

ValueOutcome
"Wheel"True
29False
"29"True
NOW()False
TrueFalse