Triiger for Global Variable Problem
Moderator: Martin
Triiger for Global Variable Problem
The trigger for global variable did not work for variable type of List, list of string. It can not detect changes for adding nor removing strings to and from the list, (of string).
Re: Triiger for Global Variable Problem
The trigger will only be invoked when a different value is assigned to the global variable, in this case the global variable still points to the same list. I will check if I can extend the trigger for such cases.