Skip to content

CheckLower

Description

Checks if x is lower than y and stores the result in checkResult.

Parameters

x, y

The values to check.

Return Value

Sets checkResult to the result.

Syntax

CheckLower(int x, int y)

Example

CheckLower(object.value8, 599)