Bonjour,
j'ai cette erreur :
Alors je comprends bien qu'il veut pas un string[]. Mais c'est quoi un string[*,*] ? Comment je peux en créer un ?Citation:
cannot convert from 'string[]' to 'string[*,*]'
Merci d'avance ! 8o)
Version imprimable
Bonjour,
j'ai cette erreur :
Alors je comprends bien qu'il veut pas un string[]. Mais c'est quoi un string[*,*] ? Comment je peux en créer un ?Citation:
cannot convert from 'string[]' to 'string[*,*]'
Merci d'avance ! 8o)
salut
comme cela je pense :
VoilouCode:string [,] toto = new string[2,2];
The Monz, Toulouse
Ha ben oui forcément... Tellement plus l'habitude d'utiliser des tableaux ;o)
Merci !