IsCaps() Determines if the Caps lock key is active Syntax: IsCaps() -> lActive Description: Determines if the Caps lock key is active returning a logic value. Return: A logic value indicating if is active or not. Example: If IsCaps() Warning ( "Capslock is on" ) EndIf