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.
Combobox with multidimensional array
- Marco Turco
- Posts: 858
- Joined: Fri Oct 07, 2005 12:00 pm
- Location: London
- Contact:
- James Bott
- Posts: 4840
- Joined: Fri Nov 18, 2005 4:52 pm
- Location: San Diego, California, USA
- Contact:
Re: Combobox with multidimensional array
Marco,
Comboboxes will only handle a single dimensional array, so I think you will have to create a temporary array for this.
Regards,
James
Comboboxes will only handle a single dimensional array, so I think you will have to create a temporary array for this.
Regards,
James