Thanks a lot Fabien,
it works now !
A la prochain
Pino
> Please, where am I wrong ?
> For Element[1] and Element[0] I get always the same values
>
> STATIC PUBLIC Lista AS NEW Collection
> ...
> ...
>
> PUBLIC FUNCTION xyz ...
>
> DIM Element AS String[2]
> DIM Parti AS String[]
> ...
>
2010/1/15 Pino Zollo :
> Please, where am I wrong ?
> For Element[1] and Element[0] I get always the same values
>
> STATIC PUBLIC Lista AS NEW Collection
> ...
> ...
>
> PUBLIC FUNCTION xyz ...
>
> DIM Element AS String[2]
> DIM Parti AS String[]
> ...
> DO WHILE...
Parti = NEW Strin
Please, where am I wrong ?
For Element[1] and Element[0] I get always the same values
STATIC PUBLIC Lista AS NEW Collection
...
...
PUBLIC FUNCTION xyz ...
DIM Element AS String[2]
DIM Parti AS String[2]
...
DO WHILE...
Parti[0] = myStruc.Value(0)
Parti[1] = myStruc.Value(2)