But it’s: (delay * 100 / 255 * 0.01))
Mathematical order of operations will do (delay * 100) first. So if delay is 75, then it’s (7500 / 255 * 0.01)
To make a long story short, it works. Thanks for your help, though.
But it’s: (delay * 100 / 255 * 0.01))
Mathematical order of operations will do (delay * 100) first. So if delay is 75, then it’s (7500 / 255 * 0.01)
To make a long story short, it works. Thanks for your help, though.