zmac

Truco: convertir variable entero (Int) a cadena (str)

 

convertir Int > str

 var dinero = 1000
 var cad = "0"
 cad = "\(dinero)"