Casts the specified @PropertyValue( ) to an integer, allowing it to be used in numeric comparisons or expressions.
Syntax
Int(@PropertyValue( )); |
Arguments
@PropertyValue( ) - @PropertyValue(String), selects the Properties value.
Returns
int - The property's value is returned as an integer.
Examples
Int(@PropertyValue('Value')); |