Hi folks,
How can i check if 3 variables hold the same value in an if statement
var stepval1 = 20;
var stepval2 = 20;
var stepval3 = 20;
if (stepval1 == stepval2 == stepval3){
trace(“inside 1 = 2 = 3”);
}
Thanks
Hi folks,
How can i check if 3 variables hold the same value in an if statement
var stepval1 = 20;
var stepval2 = 20;
var stepval3 = 20;
if (stepval1 == stepval2 == stepval3){
trace(“inside 1 = 2 = 3”);
}
Thanks
:: Copyright KIRUPA 2024 //--