Search This Blog

Sunday, 26 February 2012

Keywords

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

No comments:

Post a Comment