May 21, 200224 yr There is any kind of initialization section in XML gauge? Some section to use for initialize G: variables the first time it load?If not, what is the value of an initialize variable?Thanks
May 21, 200224 yr Author You can do this many different ways but some info would be needed for example, is the G:Var you are going to initialize ever going to reach zero while in use? If not an if{ } statement could be used easily.(G:Var1) 0 == if{ INITIALIZE (>G:Var1) }While if it is going to reach zero during operation it must be referenced to another variable(s).(G:Var1) 0 == (G:Var2) 0 == & if{ INITIALIZE (>G:Var1) + 1 (>G:Var2) }This will work easily if all 8 G:Vars are not used in your application, otherwise you would have to reference to an internal FS variable or L:Var. Roman(KGRB) FS RTWR SHRS F-111 JoinFS Little Navmap
Create an account or sign in to comment