Hi all,
I have a multidimensional array like this:
aArray:={}
aadd(aArray,{"01","Marc","Italy"})
aadd(aArray,{"02","Alvise","Switzerland"})
aadd(aArray,{"04","Romeo","France"})
and I would like to open a combobox only for the 2nd element (Marc,Alvise, Romeo) without create a temporary on element array.
Any ideas ?
Thanks in advance.... and happy new year to all.