Skip to content
Property Value
Hex Value $EF0E
Categories
Localizations
  • FR: actHorl

isClockOn

Overview

Identifies if clock is ON or OFF. Returns 1 if the clock is ON. Returns 0 if the clock is OFF.

Availability: Token available everywhere.

Syntax

isClockOn

Location

2nd, catalog, isClockOn


Description

The isClockOn command returns whether the clock on the TI-84+/SE calculators is on or off. The command will return 1 if the clock is enabled and 0 if it is not. You can store it to a variable for later use, or use it in conditionals and loops as part of the condition. For example, here is how you would check to see if the clock is on:

:If isClockOn
:Then
  (code if clock is on)
:Else
  (code if clock is off)
:End

Source: parts of this page were written by the following TI|BD contributors: burr, DarkerLine, GoVegan, Jonathan King, kg583, Xphoenix.

History

Calculator OS Version Description
TI-84+ 0.01 Added

Last update: September 30, 2023 15:38:51
Created: February 23, 2023 23:15:01
Authors: Adrien Bertrand