Combobox and multimensional arrays

Post Reply
User avatar
Marco Turco
Posts: 858
Joined: Fri Oct 07, 2005 12:00 pm
Location: London
Contact:

Combobox and multimensional arrays

Post by Marco Turco »

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
User avatar
Antonio Linares
Site Admin
Posts: 42521
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 76 times
Contact:

Post by Antonio Linares »

Marco,

You may review samples\TestArr2.prg. Its a browse, not a combobox, but it uses a multidimensional array
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply