PHP Code:
for(new i = 0; i < rows && i < MAX_GIFT; i)
or
PHP Code:
for(new i = 0; i < rows; i)
{
? ? if( i ==?MAX_GIFT ) break;
? ? // ...
[Pawn] Error 4: Index Out Of Bound
|
Messages In This Thread |
Error 4: Index Out Of Bound - by Jonies - 2020-10-25, 12:56 PM
RE: Error 4: Index Out Of Bound - by Pinch - 2020-10-25, 02:16 PM
RE: Error 4: Index Out Of Bound - by Expert* - 2020-10-26, 10:06 AM
RE: Error 4: Index Out Of Bound - by Pinch - 2020-10-26, 10:30 AM
RE: Error 4: Index Out Of Bound - by Expert* - 2020-10-26, 10:47 AM
RE: Error 4: Index Out Of Bound - by Pinch - 2020-10-26, 11:02 AM
RE: Error 4: Index Out Of Bound - by Expert* - 2020-10-30, 07:49 PM
RE: Error 4: Index Out Of Bound - by Jonies - 2020-10-27, 06:42 AM
RE: Error 4: Index Out Of Bound - by Expert* - 2020-10-30, 07:53 PM
RE: Error 4: Index Out Of Bound - by Pinch - 2020-10-30, 08:34 PM
|