Does this if statement look correct?
var goal = this.homeGoal1Txt;
if (goal == '0'){
this.stageClip.homeGoal1.htmlText = 'N';
}
Does this if statement look correct?
var goal = this.homeGoal1Txt;
if (goal == '0'){
this.stageClip.homeGoal1.htmlText = 'N';
}
:: Copyright KIRUPA 2024 //--