| VBScript Reference > General Category |
Functions
|
Field |
Returns the value of a field |
|
IIF |
Returns one of two parts, depending on the evaluation of an expression |
|
IsEmpty |
Returns a boolean value indicating whether a variable has been initialized |
|
IsNull |
Returns a boolean value indicating whether an expression contains no valid data |
Operators
|
< |
Less than |
|
<= |
Less than or equal to |
|
<> |
Not equal to |
|
= |
Equal to |
|
> |
Greater than |
|
>= |
Greater than or equal to |