@IsText (Formula Language)

Indicates whether a value is text (or a text list).

Syntax

@IsText( value )

Parameters

value

Any data type. Any value.

Return value

flag

Boolean

Examples

  1. This example returns 1.
    @IsText("Blanchard & Daughters")
  2. This example returns 1 if the field named BranchOffices contains the text string list "New Orleans":"Houston":"Dallas":"Mobile."
    @IsText(BranchOffices)

Language cross-reference

TypeName function of LotusScript® language

DataType function of LotusScript language


Additional Documentation | Trademarks |