# Example 0 <= value <= 100 in the following example |
requires = IS_FLOAT_IN_RANGE(0, 100, dot=".",
error_message='too small or too large!')
Displays an error message.
requires = IS_FLOAT_IN_RANGE('...', error_message='too small or too large!')
" Web2py Book"