Code:if (x<11 and y<16) then begin
how can i get 2 unconditional statements crammed in that if then statement in order for it to work? i am have trouble ....
Code:if (x<11 and y<16) then begin
how can i get 2 unconditional statements crammed in that if then statement in order for it to work? i am have trouble ....
Simba Code:if (x < 11) and (y < 16) then
begin
Try this, if it doesn't work, then idk how.
Or maybe
if (x < 11) then
begin
if (y < 16) then
begin
thank you sir
+ rep!
lol jk
Seriously, it worked?
i already rep'd + you, yes it worked by wrapping them in parentheses ...yeah so that's all basic sytax
There are currently 1 users browsing this thread. (0 members and 1 guests)