Converts a text array into an enum.
Use this to easily query enums to see what values they contain
menu: veeos ==> Data ==> Conversion ==> enumToList
library: dataLib
While an enum is very useful, it is also somewhat opaque. That is, given an arbitrary enum there is no really easy way to see what the scope of possible values is. This function enables a very simple method by converting to a string array.
VEE 7.0+, all platforms
toBinStr8, toBinStr16, toBinStr32, toBinStr64, toBinStrN, hexToInt, toUInt8, toInt32, listToEnum