![]() |
for loop
example of for lop?
|
In which language?
Javascript: for (i = 0; i < items.length; i++) { text += items[i] + " "; } PHP: for ($i = 0; $i < count($items); $i++) { $text .= $items[$i] . " "; } |
All times are GMT -7. The time now is 08:34 AM. |
Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.