♥ 0 |
hey Pete, I really appreciate your support. RESOLVED
Marked as spam
|
♥ 0 |
hey Pete, I really appreciate your support. RESOLVED
Marked as spam
|
I think we’re missing some code? You reference a statement, def exit = 1; but I did not find any code in your post. Also, I think I’m going to need to see a screenshot to understand what you are trying to describe.
actually, I managed to solve this one
Here’s a script that should plot zero from 1554 to 1600:
def start = 1554;
def end = 1600;
plot data = if secondsFromTime(start) > 0 and secondsFromTime(end) < 0 then 0 else 1 ; Have a good day.