And = both
or = one selection
if UserAge >=18 and UserAge <=25
'let them in
else
'direct them to retirement village
end if
else = if false do the next step
end if = close if statement
or = one selection
if UserAge >=18 and UserAge <=25
'let them in
else
'direct them to retirement village
end if
else = if false do the next step
end if = close if statement
No comments:
Post a Comment