PICK_OBJECT

Prompts the user to select an object of a specified type from the screen. Returns the KEY of the selected object.

Format

PICK_OBJECT(obj_type)

Argument

 
obj_type
String indicating the type of object to be selected.

Example

var set var=pick_obj obj=(eval(PICK_OBJECT("marker")))