The false or true parameter determines if that progTalk sends the terminating zero, signaling the last of the parameters. Then ad.progListen(?) to determine the result.
I see now. Your routine is fine. The writeln does the final send.
“=.id=0” is incorrect. You need to find the id with a search.
I use my own Java send routine.
Use something like this. Set the comment on the rule you want to disable to “DisableMe”, then
other good chance is to use search and read how to use API at all.
Also, API is all the same for all the examples out there, so you can look on how to run one or another command. Also, i think i is mentioned that you are addressing items using .id field, later on, you can address items using name, if that argument exists. .id fields not necessary start count from zero as items are added/deleted and numbers increase. With dynamic item numbering being even further from 0.