Previous Topic

Next Topic

GetEnumText - MaxBasic Function

GetEnumText(EnumName: String, EnumValue: Variant): String

Get Enum Text function returns the Enum text given an Enum value and the domain.

GetENumText function syntax has these named arguments:

Parameter

Description

Enum Name

Required. The name of the Enum domain.

Enum Value

Required. The Enum value.

For example:

  Print GetEnumText("MemoType","A")

will print "Alarm"

See Also

Environment Functions

Book Contents

Book Index