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 ?cannot convert from 'string[]' to 'string[*,*]'
Merci d'avance ! 8o)
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 ?cannot convert from 'string[]' to 'string[*,*]'
Merci d'avance ! 8o)
salut
comme cela je pense :
Voilou
Code : Sélectionner tout - Visualiser dans une fenêtre à part string [,] toto = new string[2,2];
The Monz, Toulouse
Un tableau bidimensionel de string.
Comme cela :Comment je peux en créer un ?
Code : Sélectionner tout - Visualiser dans une fenêtre à part string[,] twoDimensionsStringArray = new string[10,42];
Ha ben oui forcément... Tellement plus l'habitude d'utiliser des tableaux ;o)
Merci !
Partager