/**
  * Idex loader and accessor
  *
  * @param CStoredObject $object The configuration path
  * @param string        $tag    The context
  *
  * @return string The idex scalar value, empty string if undefined
  */
 function idex($object, $tag = null)
 {
     return $object->loadLastId400($tag)->id400;
 }