Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

CUROBJECT$ returns the name of an object in a Solution depending on the mode given.

...

  1. Mode% = 0: return the current object name;
  2. Mode% = 1: return the full object name (so including parent instance numbers etc.);
  3. Mode% = 2: return the full object name translated in logical text to be used as label;
  4. Mode% = 4: return the full object name but without instance numbers;
  5. Mode% = 5: return the object name of the one single object present inthe Solution object;

Remarks

  1. See the examples below for a full explanation of the different modes

Examples

Assume the relation

OBJNAM$ OBJNAME$  = CUROBJECT$UROBJECT$(Mode%)

is executed in a Solution object

HeatBalance.Dredge.Pump.2.Gearbox.LOcooler

...

  • For Mode% = 4, the CUROBJECT$ function returns the full object name, so with all parents WITHOUT instance numbers, so: OBJNAM$ = "Dredge.Pump.Gearbox.LOcooler"NOTE: Again, the object HeatBalance is not included in the result since the HeatBalance object holds a @NOTINNAME attribute.
  • For Mode% = 5, the CUROBJECT$ function returns the object name of the one single object present in a Solution object, e.g. if HeatBalance.Dredge.Pump.2.Gearbox only contains an object LOcooler, CUROBJECT$(5) will return here the result "LOcooler".

 

Quick links: Function overview | Attribute overview | Constants overview | Dimensions overview