ClassName()

<< Click to Display Table of Contents >>

Navigation:  Explain™ Control Language  > Library Routines > Define classes and functions >

ClassName()

Description

Return a string containing the name of a variable's class or data type.

 

Type

REGULAR FUNCTION

 

Usage

String = ClassName(Item)

 

Item

any type

The object whose class name is desired.

String

STRING

The name of the class for Item.

 

Related Topics