Hi,
tried to get the restseconds of a bar, but don't find how to use the %.
I tried
rest = %getMinute()/getInterval() *60 - getSecond();
Doesn't work.
rest = %(getMinute()/getInterval()) *60 - getSecond();
Also doesn't work.
Please help
Regards
Robert
tried to get the restseconds of a bar, but don't find how to use the %.
I tried
rest = %getMinute()/getInterval() *60 - getSecond();
Doesn't work.
rest = %(getMinute()/getInterval()) *60 - getSecond();
Also doesn't work.
Please help
Regards
Robert
Comment