Netlin 2.2
Slavik
Posts: 18
I am very like the NetLinx. But I found some problem.If I define varible or struct in include file. I can not see this varible in all workspace.
What I have to do for see this varible in all my workspace?
What I have to do for see this varible in all my workspace?
0
Comments
The only thing NetLinx finds no matter where defined are functions (that is, function A can call function B defined below function A). It also seems pretty relaxed about which section functions are defined in.
But variables, constants, devices, STRUCT, etc must be defined before they are used (from top to bottom) and in the appropriate section (that can appear twice or more times).
Hope this helps
Fred