Hi
Is it correct that the ‘Play loop’-button is not present in the Chrome sidebar feature?
Yes, it is not in the sidebar. But it is not needed:
I recommend to use the PROMPT + TIMES command instead of the loop button, it makes everything much easier:
{
"Name": "loop1",
"CreationDate": "2024-10-14",
"Commands": [
{
"Command": "prompt",
"Target": "how many loops?",
"Value": "n",
"Description": ""
},
{
"Command": "times",
"Target": "${n}",
"Value": "",
"Description": ""
},
{
"Command": "echo",
"Target": "This is loop# ${!times}",
"Value": "green",
"Description": ""
},
{
"Command": "end",
"Target": "",
"Value": "",
"Description": ""
}
]
}
1 Like