InterviewSolution
Saved Bookmarks
| 1. |
What Is The Point Of The Replacing Option Of A Copy Statement? |
|
Answer» REPLACING allows for the same COPY to be used more than once in the same code by changing the REPLACE value. REPLACING allows for the same copy to be used more than once in the same code by changing the replace value. |
|