I'm working on using global variables to place an icon on the screen which will allow quick access to certain controls for my tools. In order to do this I need to find a way to uniquely identify a chart so that separate sets of tools on two identical charts can know that they are on separate charts. I tried playing with the ability to load some type of "marker" on the chart which could be placed by the first tool and then some value or even its existence could be read off by a separate .EFS however I couldn't find any way to achieve this as there is no way which I could find to read line tools or text objects placed on the chart.
So, I propose this question: is it possible to create a unique ID for a chart which can be read by an .efs or multiple .EFSes actually so they can coordinate as to which ones are on which charts? It can be anything which can be easily attached to a chart and read back off by a new EFS loaded on that chart.
So, I propose this question: is it possible to create a unique ID for a chart which can be read by an .efs or multiple .EFSes actually so they can coordinate as to which ones are on which charts? It can be anything which can be easily attached to a chart and read back off by a new EFS loaded on that chart.
Comment