Find and Find+Replace
Find and Find+Replace
The utility for a
Find
and
Find+Replace
aspect to the script editor is obvious. For example, recently I have been converting all my internal URL references to relative links i.e.
openUrl("https://creator.zoho.com/mygroup/inventory/#View:My_View","Same window");
to
openUrl(("/" + ((zoho.adminuser) + "/") + zoho.appname) + "/#View:My_View","Same window");
Find+Replace
would really speed-up the edits.
John M. Whitney