Custom range in for each loop | Zoho Creator | Deluge Script

preview_player
Показать описание
count = 20;

text = "";
//add n space to a empty string then convert it to list
count_ = 0;
//loop through text_list
for each element_ in text_list
{
//increment count by one
count_+=1;
info count_;
}
Рекомендации по теме