Type_Exists

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Core Language > BuiltIn Functions > Variables functions >

Type_Exists

 

Description

 

Check if a supported variable type or UDT name exists.

 

Syntax

 

n = Type_Exists(Name)

 

Returns

 

Number: %TRUE or %FALSE

 

Parameters

 

Name

Type

Optional

Meaning

Name

Name

No

A possibly supported variable type or an UDT name.

 

Remarks

 

Restrictions

 

See also

 

Examples

 

Type_Exists("Long")

Type_Exists("MyUdtName")