What is the meaning of this code
#1

for (new i = length, l = 0; --i >= 0; l ++)
{
if ((l > 0) && (l % 3 == 0)) strins(value, ",", i + 1);
}

i Dont know about this code:

l % 3 == 0

What does the code mean?
Reply


Messages In This Thread
What is the meaning of this code - by Raefal - 01.10.2014, 10:41
Re: What is the meaning of this code - by renegade334 - 01.10.2014, 11:01

Forum Jump:


Users browsing this thread: 2 Guest(s)