Re: [Gambas-user] Collection of String[2]

2010-01-16 Thread Pino Zollo
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[] > ... >

Re: [Gambas-user] Collection of String[2]

2010-01-16 Thread Fabien Bodard
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

[Gambas-user] Collection of String[2]

2010-01-15 Thread 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[2] ... DO WHILE... Parti[0] = myStruc.Value(0) Parti[1] = myStruc.Value(2)