I'm trying to make a list so that I can select a lens in lua, this is how far I got:
lenslist = {"Zeiss Makro-Planar T* 2/50 ZF.2", "Zeiss Planar T* 1,4/50 ZF.2", "Zeiss Planar T* 1,4/85 ZF.2", "Zeiss Distagon T* 2/35 ZF.2",
"Zeiss Distagon T* 2,8/25 ZF.2", "Nikon AF DC-NIKKOR 105mm f/2D", "Nikon AF DC-NIKKOR 135mm f/2D"}
Now I need to write a function to let me select one from this list,
... Not sure how to proceed from here