Variables with : In Them
TurnipTruck
Posts: 1,485
Greetings,
I am working with an alarm system using the AMX supplied Netlinx module.
In the debug window, you can select a variable name with a : in it. The variable is being created by the .tko comm module.
How can I work with this variable in my code? It carries a useful piece of information that I can use as variable text. When referring to the variable in my code, a not defined message comes up ignoring the colon and the characters after it.
Any help appreciated.
Thank you.
I am working with an alarm system using the AMX supplied Netlinx module.
In the debug window, you can select a variable name with a : in it. The variable is being created by the .tko comm module.
How can I work with this variable in my code? It carries a useful piece of information that I can use as variable text. When referring to the variable in my code, a not defined message comes up ignoring the colon and the characters after it.
Any help appreciated.
Thank you.
0
Comments
If you don?t have the source code to the module you?re out of luck.
The only place this variable is seen is in the debug window.
What is the purpose of the : ?