Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to make "is not?"
#2
I think thats what you are asking! Try it!

Macro ( Macro )
Code:
Copy      Help
int a b

a=5
b=10

out
if a != b
,out "Doesnt Equal"
else
,out "Does Equal"
,
;and

;int a b
;
;a=5
;b=5
;
;out
;if a != b

,;out "Doesnt Equal"
;else

,;out "Does Equal"


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)