Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is there an object that stores this enumeration that I could access, rather than having to write my own?
row2.priority==4?"warrning":(row2.priority==5?"error":"other info")
Is there an object that stores this enumeration that I could access, rather than having to write my own?
row2.priority==4?"warrning":(row2.priority==5?"error":"other info")