
inpboxe4cek2(vlabel, vcombo, inp)
inpboxe4cek2.png
To get the menu, just use the following code:
vlabel<-c('matrix1','matrix2','matrix3','matrix4','combo','matrix5','option1','option2')
vcombo<-c('a','b','c','d')
inp<-c('M','N','S','T','Q','FALSE','TRUE','-1')
ans<-inpboxe4cek2(vlabel,vcombo,inp)