IsNumberInRange - Solution Sites Routine

This function determines whether the number specified by the iNumber parameter is in the range specified by the iMin and iMax parameters (inclusive), returning True if so, and False otherwise.

Definition

Function IsNumberInRange(
  iNumber,
  iMin,
  iMax)

Defined in File

include\std_util_lib.asp

Routines Called

None.

Called By

GetProductQuantity

Copyright © 2005 Microsoft Corporation.
All rights reserved.