Hi there, I would like to know the simplest way to set a multiple condition, let's said
I would like to set a specific value to a global variable depending the value of my input variable
like if resolution = 1 then width = 1024
if else resolution = 2 then width = 1156
if else resolution = 3 then width = 1216
Thanks you