How Do I...
To ensure that changing the script's name won't "break" other
scripts:
- Look at other scripts that use the old script. To do this, select
Senders from the full Tools menu of the VisualAge
Organizer. Then, in the displayed prompter, type the name of the script
and select OK.
A Methods Browser opens, listing all scripts (methods) that use the name of
the old script.
- In the Methods Browser, examine the scripts which you know use
your script. Some scripts might use a script that has the
same name, but which use a different script.
- As needed, replace references to the old script with the new script's
name, and save the changes.
[ Top of Page | Previous Page | Next Page | Table of Contents ]