TOGGLE.New()

<< Click to Display Table of Contents >>

Navigation:  Explain™ Control Language  > Library Routines > Miscellaneous classes > class TOGGLE >

TOGGLE.New()

Description

Create a Toggle object.

 

Type

CLASS FUNCTION

 

Usage

Toggle = TOGGLE.New(Tag, Switch, Prompt)

 

Tag

STRING

Used in Setup() for Save/Restore.

Switch

BOOL

Initial value.

Prompt

STRING

Used in Setup() for data-entry.

Toggle

TOGGLE

The initialized object.