NextPrevUpTopContentsIndex

15.4.4 Manipulation operations

As well as examining objects in the Inspector, you can destructively modify the contents of any composite object.

This sort of activity is particularly useful when debugging; you might inspect an object and see that it contains incorrect values. Using the options available you can modify the values in the slots, before continuing execution of a program.

Choose Works > Slots > Set to change the value of any selected slots. A dialog appears into which you can type a new value for the items you have selected.

Choose Works > Slots > Paste to paste the contents of the clipboard into the currently selected items.

15.4.4.1 Example


Common LispWorks User Guide (Windows version) - 11 Apr 2005

NextPrevUpTopContentsIndex