@genericname1 said in action id:
Can you tell me, where can I find all the available commands like this?
I suggest that you take the time to periodically review the XML code of your script to understand what BAS is doing when you are using it.
I am having to do a "contains" check and loop over two large lists and its taking over 3 hours.
a simple VB.net like
list1.except(list2).distinct.toList
takes about 2 seconds.
Thanx