Posted: 07 Jan 2016, 18:50
I am having problems with using the (or) statement like
if i = 53 or 54 then begin
I even tried
if i = (53 or 54) then begin
I am curious if there is another way to get this working, or if possible the (or) is not implemented or correct in this statement.
-s
if i = 53 or 54 then begin
I even tried
if i = (53 or 54) then begin
I am curious if there is another way to get this working, or if possible the (or) is not implemented or correct in this statement.
-s