-
Simple if/else statement on a wiggle
Hi all, just a quick one. My java script is terrible, If someone could show me show to write this correctly I would be most grateful. Basically, I am putting a wiggle on the exposure but I don’t want the value to go below O. I’m guessing it needs to go something like this.
a = wiggle (25,5)
if a<0 then O, else a
Thanks