Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Function: lt()

Returns True if one value is less than another.

Syntax

  1. lt(value, compareValue)
  2. value < compareValue
ArgumentTypeDescription
valueAnyFirst value to compare
compareValueAnyValue to be compared.

Examples

in.calls < 200000

Returns True if the number of calls is less than 200000.

See Also

  • No labels