Automate

Automate

Make your phone or tablet smarter with automation

Get it on Google Play

max

value max(value1, value2, …, valueN)

Returns the greater of the (at least) arguments, which can be either numbers or texts.

Numbers are compared by numerical value, texts are compared on lexicographical order.

Parameters

  1. value1 — first number or text.
  2. value2 — second number or text.
  3. valueN — optional N-th number or text.

Returns

  • the greater value.
Note! This documentation is also accessible within the app from Help & feedback menu.