...
This commit is contained in:
parent
7b9c04853e
commit
32148559e2
4 changed files with 5 additions and 5 deletions
|
|
@ -210,8 +210,8 @@
|
|||
DEBUGVAR AgeNumber
|
||||
|
||||
|
||||
If AgeNumber >= 15 Then
|
||||
If AgeNumber = 15 Then
|
||||
If AgeNumber >= 18 Then
|
||||
If AgeNumber = 18 Then
|
||||
If sdatemonth > StrMon Then
|
||||
Var Adult15 = 1
|
||||
Else
|
||||
|
|
@ -231,8 +231,8 @@
|
|||
|
||||
If Adult15 = 0 Then
|
||||
|
||||
If AgeNumber >= 7 Then
|
||||
If AgeNumber = 7 Then
|
||||
If AgeNumber >= 15 Then
|
||||
If AgeNumber = 15 Then
|
||||
If sdatemonth > StrMon Then
|
||||
Var Adult7 = 1
|
||||
Else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue