In one of the forms, I wanted to use "util.scand()" function, however, I noticed that there is already script object name "util", which is effectively hiding the built-in script "util". The exiting "util" script (embedded) has been used extensively and very risky to rename it now.
How I can resolve this naming conflict with minimum risk?
Tarek
Solved! Go to Solution.
Views
Replies
Total Likes
In the XML Source view press [Ctrl]+[H] and replace „util.“ (with a trailing dot) with „utils.“ (or another name).
This will replace all references to the current script object „util“ in the entire template.
Then rename the script object too and you should a habe a template where no object or reference is named „util“ anymore.
Views
Replies
Total Likes
In the XML Source view press [Ctrl]+[H] and replace „util.“ (with a trailing dot) with „utils.“ (or another name).
This will replace all references to the current script object „util“ in the entire template.
Then rename the script object too and you should a habe a template where no object or reference is named „util“ anymore.
Views
Replies
Total Likes