Ciao ragazzi ho la necessità di dichiarare runtime una variabile all'interno di un case es.
type esmpio_1
id as long
data as string *14
end type
type esempio_2
id as long
nome as string *50
cognome as string *50
end type
nella sub...
select case i
case 1
dim variabile as esempio_1
case2
dim variabile as esempio_2
end select
sapete aiutarmi?