Hi,
is there any way to manage a multidimensional array in a combobox ?
I have a two dimension array like this:
aArray:=array(0,2)
aadd(aArray,{01,"Primo"})
aadd(aArray,{02,"Secondo"})
aadd(aArray,{03,"Terzo"})
and I would like to display in the combobox only the second element (First,second, third).
Any ideas ?
Marco Turco