QUANT.Dialog

<< Click to Display Table of Contents >>

Navigation:  Explain™ Control Language  > Library Routines > Data and Text classes > class QUANT >

QUANT.Dialog

Description

Allow Quant to be edited, saved, and restored in Setup().

 

The Quant is edited using the format:

 

Prompt [Quantity]

 

When the operator enters a value, Setup() attempts to turn it into a valid REAL and replace the value in Quant with it. For example, if an operator puts in "1", Setup() changes it to "1.0". If Setup() cannot translate a string into a REAL, it defaults to the value 0.0.

 

Type

LICENSE