string GetEnumName(Enum inEnum)
Description
Returns a string with the name of the enum value inEnum.
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inEnum | Enum | The enum value |
Return Type
string
Example
GetEnumName(GetQuestionType(QRef(10))) will return the question type of the question 10 as a string value
Comments
Please sign in to leave a comment.