How to
#8

Quote:
Originally Posted by laser50
can i do On‌ly = or should i rwally do >=?
= just sets it

variable = 1 (means that its now assigned to the number 1)

== compares it

variable == 1 (checks to see if the variable is the same as 1)

>= greater than or equal to

variable >= 1 (my recommendation) (checks to see if the variable is 1 or over)
Reply


Messages In This Thread
How to - by laser50 - 23.03.2010, 14:16
Re: How to - by Lajko1 - 23.03.2010, 14:21
Re: How to - by laser50 - 23.03.2010, 15:06
Re: How to - by adsy - 23.03.2010, 15:18
Re: How to - by laser50 - 23.03.2010, 15:19
Re: How to - by Jay420 - 23.03.2010, 15:28
Re: How to - by Anwix - 23.03.2010, 15:46
Re: How to - by adsy - 23.03.2010, 17:36
Re: How to - by laser50 - 23.03.2010, 18:21
Re: How to - by laser50 - 23.03.2010, 18:40

Forum Jump:


Users browsing this thread: 1 Guest(s)