maximum: return the maximum value of all array items
Code Block |
---|
set max [objarray maximum <obj> ?-index?] |
Return the maximum value of all array items
if -index is specified, then instead the maximum value it return the index of this value.
maximum: return the maximum value of all array items
Code Block |
---|
set max [objarray maximum <obj> ?-index?] |
Return the maximum value of all array items
if -index is specified, then instead the maximum value it return the index of this value.