Quote from
luishp on October 25, 2022, 8:10 pm
Hi @susan, I think all the problem comes from here:
AlertBox "Current Loop" "[counter]" ""
AlertBox expects a string and not a number as a message. Just add a space after the number and everything will work as expected:
AlertBox "Current Loop" "[counter] " ""
Anyway I will try to solve this problem in next version.
Regards.
Hi @susan, I think all the problem comes from here:
AlertBox "Current Loop" "[counter]" ""
AlertBox expects a string and not a number as a message. Just add a space after the number and everything will work as expected:
AlertBox "Current Loop" "[counter] " ""
Anyway I will try to solve this problem in next version.
Regards.
susan has reacted to this post.