.. highlightlang:: us .. _obj_info: obj_info ======== .. index:: obj_info .. us.tag obj_info NOTREADYENGLISH New410 obj :ref:`obj_info` returns a string of the form "obj-name,hex-address". .. function:: ssInfo = obj_info(obj) .. us.return **Return Value** .. us.params **Parameters** .. uparam:: obj *obj* is the object created with :ref:`obj_create`. .. us.comment **Comment** An alternative syntax for ``ssInfo = obj_info(m)`` is ``ssInfo = m.info()``. .. us.example **Example** :: obj = obj_create() print obj.info() .. seealso:: :ref:`overview-uniscript-objects` :sub:`id-374341`