- Messages
- 75
- Country

I am trying to make a simple xml that will save an L: variable, no switches this time. I seem to be having difficulty and I am not sure why
I also tried
but I get a 0 value for L:KEAS.
Thanks in advance for any help.
Code:
0(>A:AIRSPEED TRUE , KNOT)
if{
(A:AIRSPEED TRUE , KNOT) (A:AMBIENT DENSITY , SLUGS) 0.002378 / * sqrt (>L:KEAS , NUMBER) }
I also tried
Code:
(A:AIRSPEED TRUE , KNOT) != (L:KEAS , number)
if{ (A:AIRSPEED TRUE , KNOT) (A:AMBIENT DENSITY , SLUGS) 0.002378 / * sqrt (>L:KEAS , NUMBER) }
but I get a 0 value for L:KEAS.
Thanks in advance for any help.




