Tried both Henriks version and my revised version and both give a zero value for the variable when the delay is set to 1 hr. Works fine if set to 59 minutes.
Thinking it might be something to do with the menu option to set the delay times, I used the data statements that contain preset settings to set the delay to 1 hr and still got zero for the result.
It seems PBP must handle bracketed equations different to "normal"
EDIT - Most illogical captain...
I tried it without the brackets
Code:
blue_delay_in = fadesetHR[0] * 3600 + fadesetMN[0] * 60 / 255
Setting the delay to 1 hour gives a value of 14 for the variable !!!!!
Bookmarks