Hi everybody,
I'm trying to share a global variable between multiple .mc files in the same project but I didn't find if it was possible and how ?
Thanks for your answers
Hi everybody,
I'm trying to share a global variable between multiple .mc files in the same project but I didn't find if it was possible and how ?
Thanks for your answers
Just define it in global scope in one of the files:
var globalVar as Number = 23;
Note: forums.garmin.com/.../enforcing-execution-order-of-files