do between order

This commit is contained in:
wanlop run 2025-01-07 19:36:31 +07:00
parent 8991619abd
commit 8b4dfb62d9
17 changed files with 2690 additions and 351 deletions

View file

@ -1,5 +1,5 @@
SAVELOG "RoadShow.ev 200435 201316 day 25-Dec 14.00 - 24.00"
SAVELOG "RoadShow.ev 200435 Jan 7 test"
Var RoadShow = "false"
@ -8,37 +8,14 @@ DEBUGVAR SystemDateDayInt
;DEBUGVAR SystemTimeMinuteInt
DEBUGVAR SystemTimeHourInt
If SystemDateYearInt = 2024 Then
If SystemDateYearInt = 2025 Then
If SystemDateMonthInt = 12 Then
If BoxID = 200587 Then
If SystemDateDayInt = 24 Then
If SystemTimeHourInt > 9 Then
If SystemTimeHourInt < 18 Then
Var RoadShow = "true"
EndIf
EndIf
EndIf
EndIf
If SystemDateMonthInt = 1 Then
If BoxID = 200435 Then
If SystemDateDayInt = 26 Then
If SystemTimeHourInt > 13 Then
If SystemTimeHourInt < 24 Then
Var RoadShow = "true"
EndIf
EndIf
If SystemDateDayInt = 7 Then
Var RoadShow = "true"
EndIf
EndIf
If BoxID = 201316 Then
If SystemDateDayInt = 26 Then
If SystemTimeHourInt > 13 Then
If SystemTimeHourInt < 24 Then
Var RoadShow = "true"
EndIf
EndIf
EndIf
EndIf
EndIf