Vitus
Resource contributor
- Messages
- 1,480
- Country

...and the next problem just occurred.
I want to assign a text variable to a L: variable. I try to figure out the correct syntax for that and I tried this:
within the gauge I tried to make the value of L:TEST visible within a gauge string:
but the only output I get in FSX is:
What is the correct syntax?
Regards
Vitus
I want to assign a text variable to a L: variable. I try to figure out the correct syntax for that and I tried this:
Code:
"test" (>L:TEST,string)
within the gauge I tried to make the value of L:TEST visible within a gauge string:
Code:
<GaugeString>
test:............................%((L:TEST,string))%!s!\n
</GaugeString>
but the only output I get in FSX is:
test:............................0.
What is the correct syntax?
Regards
Vitus
