VDS Renaissance 的界面提供多种语言。官方文档以英语维护,以确保提供统一、一致且始终最新的参考。

@LESS

Windows Linux macOS

Syntax

@LESS(<value1>, <value2>)

Description

This function compares two string values. If the values are both valid numbers then a numeric comparison is performed, otherwise a string comparison is performed based on ASCII character values. The value 1 (true) is returned if <value1> is less than <value2>; otherwise the function returns null (false).

OK

Unchanged.

Example

IF @LESS(%1,%2)
  INFO Smaller value is %1
END

See also