N
N! Xau
Hi,
I have this test:
If Now().Subtract(AlBoxOutTime(0)) > Math.Ceiling(8 / 10 * AlBolPS(0) *
AlTimerInt(0)) Then
What I want to do is to test if the time difference between now() and a
previous date AlBoxOutTime(0) is bigger than the result of that right
member.
AlBoxOutTime is an arraylist of date
AlBolPS just an arraylist of integers
AlTimerInt is an arraylist that stores the interval of some timers:
AlTimerInt.Add(TimerL1.Interval)
AlTimerInt.Add(TimerL2.Interval)
AlTimerInt.Add(TimerL3.Interval)
I get "invalid operator for type timespan and double"
Thanks for help
N! Xau
I have this test:
If Now().Subtract(AlBoxOutTime(0)) > Math.Ceiling(8 / 10 * AlBolPS(0) *
AlTimerInt(0)) Then
What I want to do is to test if the time difference between now() and a
previous date AlBoxOutTime(0) is bigger than the result of that right
member.
AlBoxOutTime is an arraylist of date
AlBolPS just an arraylist of integers
AlTimerInt is an arraylist that stores the interval of some timers:
AlTimerInt.Add(TimerL1.Interval)
AlTimerInt.Add(TimerL2.Interval)
AlTimerInt.Add(TimerL3.Interval)
I get "invalid operator for type timespan and double"
Thanks for help
N! Xau