"digital"

Sets the digital clock display.

Synopsis

setValue(string shape, "digital", bool mode);

getValue(string shape, "digital", bool &mode);

shape.digital(bool mode);

Parameters

Parameter Description
shape Name of the object
mode

TRUE = Digital

FALSE = Analog

Description

Sets the digital clock display.

Example

The following example sets the digital clock display.

main()
{
  CLOCK1.digital(TRUE);
}
Abbildung 1. Sets the Digital Display for a Clock

Assignment

Clock