TOC PREV NEXT INDEX

$obj_id

Synopsis

$obj_id _[object]

Description

$obj_id prints an object's id and the id of the process in which it executes.

Examples


OM(SingleWindowApp) -> UIbutton button1;
OM(SingleWindowApp) -> $obj_id button1
elem id of button1 is 1083051920:0
OM(SingleWindowApp) -> USER.add_num add_num1;
OM(SingleWindowApp) -> $obj_id add_num1
elem id of add_num1 is 831:1

The number to the right of the colon is the process id.


TOC PREV NEXT INDEX