I am trying to say
if (condition) is true OR (condition) is true THEN
Can I use OR or do ihave to break it down into an elseif statement?
I tried OR but it does not seem to work.
thanks. crispy
if (condition) is true OR (condition) is true THEN
Can I use OR or do ihave to break it down into an elseif statement?
I tried OR but it does not seem to work.
thanks. crispy
Comment