Snippet in script
Posted: 13 Jul 2019 14:05
hi
how can I use these things below listed snippet in script?
for (i in list)
{
}
for (i in [1 to 10])
{
}
while (condition)
{
}
[1 to 10]
thanks from record4
how can I use these things below listed snippet in script?
for (i in list)
{
}
for (i in [1 to 10])
{
}
while (condition)
{
}
[1 to 10]
thanks from record4