IsNum() Determines if the Num lock key is active Syntax: IsNum() -> lActive Description: Determines if the Num lock key is active returning a logic value. Return: A logic value indicating if is active or not. Example: If IsNum() Warning ( "Numeric pad is active" ) EndIf