HI,
can anyone tell me how to remove all the list items. I ubot we can use command clear list. is there anything like this in BAS as well..plz tell me if you.
You can use "Element Number" action to determine number of elements
in existing list, and after that you can use action "Delete By Index" or
"Remove Part".
Thank you! it worked, i was using [[VARIABLE]]/Images.txt with expression, it was also giving me error but then i used it with string then it worked. I thought in string, variables values cannot be used :)