Macro command Input

<< Click to Display Table of Contents >>

Navigation:  Macros > Macro commands and parameters > Macro input commands > Macro read from input dialog >

Macro command Input

Purpose:

Prompting the user for a value.

 

General notation:

Input ( Object( ObjectName ).Attribute , Label )

or

Input ( Variable , Label )

 

A small input form appears which prompt the user for a value.

The attribute or the variable must be declared before. Its value is presented as default value.

 

The prompting text is contained in the text variable or text value, called Label.

 

See also:

Open

Read

Close

 

Back to input commands.