I was having some problems with deleteTriggerGroup so I wanted to take a look at how many triggers are being deleted, and according to the function description for deleteTriggerGroup:
"For debugging purposes the function returns a count of the number of members deleted. eg."
... but whenever I try to add this line:
... or this:
I get an error that says "Expected end of statement." Any ideas as to what I'm doing wrong, I can't seem to figure it out. Thanks.
"For debugging purposes the function returns a count of the number of members deleted. eg."
... but whenever I try to add this line:
mycount = world.deleteTriggerGroup "TEST"
... or this:
world.note "DELETED " & world.deleteTriggerGroup "TEST"
I get an error that says "Expected end of statement." Any ideas as to what I'm doing wrong, I can't seem to figure it out. Thanks.