Versions Compared

Key

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

minimum: return the minimum value of all array items

Code Block
set min [objarray minimum <obj> ?-index?]

Return the minimum value of all array items

<obj> the objarray to get its minimum value

if -index is specified, then instead the minimum value it return the index (starting from 0) of this value.