0
I have a variable with some value (var qtdd = 758
) within a function and would like to take only the last digit of this variable, in case the number 8. Does anyone know how to do this in Actionscript 3?
Follows the code:
this.addEventListener("tick", capta_x.bind(this));
function capta_x() {
var qtdd = 758;
}
Post the code to make it easy for anyone who can help you friend
– Victor Laio
I added. Obg friend.
– jeznunes