| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |
This variable holds the value that was returned by the most recent
invocation of the IDE's Tools | Return Selected
Object command. Typically you would evaluate the symbol
*
just after using the command to access the
returned value, but *selected-object*
allows you to access the
value when it is no longer held in *
, **
, or ***
(since those variables are modified with
each evaluation in the listener).
The symbol *selected-object*
will also appear in an
IDE Listener's drop-down history for any invocation of Tools | Return Selected Object.
The reason is that this command works by first setting the value of
*selected-object*
to be
the value returned by a call to selected-object in the currently selected
window, and then doing a top-level evaluation on the symbol
*selected-object*
, just as if you had evaluated
that symbol in the listener.
Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.
| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |