I think most users would like to see a min and max block for lists:
(pretend it’s light blue, couldn’t bother)
Example:
min(1,8,42,4) => 1
max(32742,980,1764,189) => 32742
min("uefui","iuruid","hsug") => ERROR
I think most users would like to see a min and max block for lists:
(pretend it’s light blue, couldn’t bother)
Example:
min(1,8,42,4) => 1
max(32742,980,1764,189) => 32742
min("uefui","iuruid","hsug") => ERROR
Yeah, in the meanwhile you can use this extension:
This tried this first for the same