Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Less then or equal
#1
How would u write and if statement using less than or equal?

for example:

if i < OR = 100
...


Thank you
#2
Code:
Copy      Help
if i<=100
,do this


Forum Jump:


Users browsing this thread: 1 Guest(s)