Page 1 of 1

Snippet in script

Posted: 13 Jul 2019 14:05
by Rafi4
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

Re: Snippet in script

Posted: 14 Jul 2019 15:18
by Desmanto
The snippet is a quick shortcut to some useful script block. Simply tap it to put it in inside script.
We have requested the feature to add our own snippet too.

So far, I am planning to document most of my scripting style and block. Then create a flow to help me inserting those script easily. Still planning, not yet really working on it.