Bonjour a tous
est-il possible de convertire un String en un tableau de String
merci
 
			
			






 
			
			
			
			 
			
				
 convertir un string en un tableau
 convertir un string en un tableau
				
				
						
						
				Bonjour a tous
est-il possible de convertire un String en un tableau de String
merci
 
 
				
				
						
						
				oui
fais appel à la méthode ***.split(",")
elle va te rnvoyer un tableau de string en decoupant ton string initial chaque fois qu elle rencontre une ","
tu peux luis passer n importe quel delimiteur
Partager