It seems that TIA Portal / SCL V18 will allow identifiers with illegal characters, but will in that case enclose them in double quotes.
So we need to also allow double quote string for both declarations and function calls.
Note: Keep in mind that double quotes are also used for referencing global elements.
It seems that TIA Portal / SCL V18 will allow identifiers with illegal characters, but will in that case enclose them in double quotes. So we need to also allow double quote string for both declarations and function calls. Note: Keep in mind that double quotes are also used for referencing global elements.