Heretic
Resource contributor
- Messages
- 6,830
- Country

I want to change (A:ATC FLIGHT NUMBER, string) from an XML gauge by using XMLTools' SimVars class.
In the ESP SDK documentation, the variable is listed as settable and there's at least one external tool out there, with which a flight number change can be achieved.
However, when I try to set a new flight number with SimVars (e.g. "6969 (>C:SIMVARS:ATC FLIGHT NUMBER,string)"), I get nothing.
My suspicion is that I need to convert the numerical value to a string, but the SDK XML reference documentation doesn't seem to have an operator for that - or I'm too dumb to find it.
Can anyone push me in the right direction?
- Edit:
After having tried around 500000 tricks to get the flight number to change to no avail, I'm wondering if the variable can be set at all.
Even something simple like " '99' (>C:SIMVARS:ATC FLIGHT NUMBER,string)" does not work.
In the ESP SDK documentation, the variable is listed as settable and there's at least one external tool out there, with which a flight number change can be achieved.
However, when I try to set a new flight number with SimVars (e.g. "6969 (>C:SIMVARS:ATC FLIGHT NUMBER,string)"), I get nothing.
My suspicion is that I need to convert the numerical value to a string, but the SDK XML reference documentation doesn't seem to have an operator for that - or I'm too dumb to find it.
Can anyone push me in the right direction?
- Edit:
After having tried around 500000 tricks to get the flight number to change to no avail, I'm wondering if the variable can be set at all.
Even something simple like " '99' (>C:SIMVARS:ATC FLIGHT NUMBER,string)" does not work.
Last edited:




