GETTYPE

Returns the type of a value.

Syntax

GETTYPE(value)

  • value - the value from which the type should be returned - Value type: any

Remarks

  • The possible return values are:

    • empty

    • numeric

    • text

    • date

    • boolean

    • url

    • constant

    • error

Examples