Code: Select all
fs2020_variable_write("L:var_850Mode", "Number", 1)
Code: Select all
fs2020_variable_write("L:var_850Mode", "number", 1)
The weird part is that in many other instances, with other L:vars, the "Number" vs "number" doesn't make a difference. I looked through the files of the TBM to see if there was a correlation and I couldn't find any. He uses both "Number" and "number" interchangeably. So that leads me to believe it's something to do with Air Manager. But why it works sometimes and not others is what has me scratching my head. Hopefully this gives you something to work with though. Maybe somewhere deep inside a case statement, capital vs lower case are treated differently.