
Just want to remind the benefits of using intrinsic functions comparing to plain strings:
- If the referenced object changes name the problem will be detected in compile time
- The reference will be reflected as a cross-reference, making the dependencies more transparent

Like
Report
*This post is locked for comments