Rnd%

Takes two parameters, Low, High

Description:

Returns a random value between the Low and High values, inclusive.

Example:

[New] low = 1
[New] high = 10
[New] result

result = Rnd% low, high

Html result 'Result is equal to a random number between 1-10