I don't understand why placing text on the clipboard fails the first time.
This situation occurs almost every time the script is executed.
As a workaround, can use the following 'retry' function for replacement(goto lable)?
https://www.libreautomate.com/forum/show...1#pid37691
If there could be a simple solution, that would be great. I don't want to use too many 'goto' labels.
This is currently the most challenging problem I've encountered. It's difficult to detect in several tests, only becoming apparent after extensive testing.
My suggestion is to have a global retry option (E.g: opt.retry=3). When enabled, all relevant commands would default to using the retry functionality.
This situation occurs almost every time the script is executed.
As a workaround, can use the following 'retry' function for replacement(goto lable)?
https://www.libreautomate.com/forum/show...1#pid37691
If there could be a simple solution, that would be great. I don't want to use too many 'goto' labels.
This is currently the most challenging problem I've encountered. It's difficult to detect in several tests, only becoming apparent after extensive testing.
My suggestion is to have a global retry option (E.g: opt.retry=3). When enabled, all relevant commands would default to using the retry functionality.