• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] [SOLVED] What is the function, for (increment )? and where did it come from?
#2
Pawn have only for, while and do while loops.

foreach is function maked by developers in foreach.inc standalone y_foreach aka y_iterate or FoxForeach.inc



for example:

Code:
for(new i = 0; i < 10; i)



[color=#333333][size=small][font=Monaco, Consolas, Courier, monospace]for(new i = 0; i < 10; i = 2)[/font][/size][/color]



for(new i = 0, j = strlen(stringvar); i < j; i)
  Reply


Messages In This Thread
RE: Help! What is the function, for (increment )? and where did it come from? - by AbyssMorgan - 2021-05-07, 05:16 AM

Forum Jump: