LabVIEW has the menu ring, text ring, enum, and dialog ring controls that allow choosing from a list. If you create a property node for any one of them and choose Strings[], then that gives you an array. Use the control to index that array and you get the text selected. The other way to do it is by creating a custom pull down menu with all of the available commands.