bonjour
je veux obtenir une chaine de caractere qui peut toujours augmenter par de caractere sans l'utilisation du tableau .j'ai fais ce code mais je veux elimnier la structure de tableau est ce qu'il est possible?
Code : S�lectionner tout - Visualiser dans une fen�tre � part
1
2
3
4
5
6
7
8
9
10
11
12
13 string F[0]=pc.Substr(0,0); string F[1]=pc.Substr(0,1); string F[2]=pc.Substr(0,2); string F[3]= pcd.Substr(0,0); string F[4]= pcd.Substr(0,1); string F[5]= pcd.Substr(0,2); UniformVariable uRnd(10,20);*** **** For( int i=6 ; int i <=29; i++) { string F[ i]=uRnd.GetValue(); F [i ]++; }
Partager