i++ ????? :/
#1

hello guys i want someone explain me or give me exsample whenre i can use it i++ and for what is that ( WHAT FUNCTION HE CAN MAKE )

pawn Код:
for(new i = 0; i < blah blah; i++)
here i got this and what i can do with this.... :S

I hope u guys understand me :/

Thanks.
Reply
#2

That's a for loop. The variable 'i' is counted upwards until "blah blah" would be reached. Assuming that 'blah blah' is either a macro or a variable (even though spaces aren't supported). The variable 'i' is used as an iterator.

See this.
Reply
#3

i++ is equal to i += 1 and i = i +1.
Reply
#4

hmm :S

can some one give me exsample... :S ):

wery wery wery simple and stupid exsample :S

i cant understand it to much from wiki cause its on english damn dont have macedonian :S
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)