I created a global variable global_test as a boolean set to false and setValue(global_in_car, true); doesn't change its value.
Build 20150410_144429_51e135e
[BUG] setValue doesn't work for new global variables
Moderator: Martin
Re: [BUG] setValue doesn't work for new global variables
Set the name of the variable in single quotes and it should work: setValue('global_in_car', true);gollyzila wrote:I created a global variable global_test as a boolean set to false and setValue(global_in_car, true); doesn't change its value.
Build 20150410_144429_51e135e
Re: [BUG] setValue doesn't work for new global variables
Thanks, that worked!