Hello
I use this function to return the version of my PLC code. I'm now doing a motion project, and there are other GetTextProperty functions, which give me an error (ambiguous use)
Which namespace do the Project Information functions live in so I can fully qualify the call please?
Thanks ph
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Originally created by: ph0010421
Hello
I use this function to return the version of my PLC code. I'm now doing a motion project, and there are other GetTextProperty functions, which give me an error (ambiguous use)
Which namespace do the Project Information functions live in so I can fully qualify the call please?
Thanks ph
Hi
I've used this solution to get around these duplicated function names
https://forum.codesys.com/viewtopic.php?t=5034#p8179
Originally created by: ph0010421
Thanks. I'll try it...
Originally created by: ph0010421
Perfect