01.10.2014, 10:41
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?
{
if ((l > 0) && (l % 3 == 0)) strins(value, ",", i + 1);
}
i Dont know about this code:
l % 3 == 0
What does the code mean?