19.04.2011, 14:19
Quote:
i++ is the same as doing i + 1 ? (Incrementing the value)
i is an integer variable + I never said it was erroring', i stated "not working" As i said... I think i have sorted it now anyway, i think my "busstop" variable wasn't getting assigned correctly - i haven't actually tested it yet as i am no longer at my house, however it is what i am thinking (i have all my scripts on a remote network so i can access them from anywhere ![]() |
A state of not working is always caused by errors. The cause of warnings or misinterpretation by the server/browsers are usually caused by either misunderstood errors or typing errors.
pawn Код:
i++;
//as you said, i++ does assign original value +1 to i. does work as it is a standard part of usually any scripting/programming language.
Consider security though, you don't want your stuff to be stolen.