I want to do IF statement: If my resource runs out of data to process do x actions. How do I do this? I tried to use Ignore errors but that did not work.
Maybe you are using "not reuse" option when
dealing with resource, and that might be problem
for deleting current line from resource - instead
it is deleting next resource line.
@tinhco16 21H2 or 22H2? I mostly face problems with automation tools (and other long/permanently running software) on Windows11 and also 10 with 22H2 version.
@yourfriendkarol Please be more specific on what you are going to achieve. Resources in BAS are very powerful but somewhat limited on the other hand. In total I spent few hours on github trying to understand if using a resource would be good for my this or other problem.