HelloI need to write in textField the result of a calcul. But i want to write this result in with some text exemple :var resultCalcul=3000 *10;myfield.rawValue = "My text "+resultCalcul+" End of my result"; // i want ti write resultCalcul lick this 30 000Thanks