Hey In the above Question in place of comparison you are assigning value `
col[19]="ALERT"
` replace with `
col[19]=="ALERT"
`