next up previous contents
Next: Prompt for Decimal Up: Contents Previous: Prompted Input Help

Prompted Input Subprograms

The following subprograms are available for prompting for Input. They thus provide the simple prompted input interface to an Application Program. However, they have a secondary role in that they may be used to pickup required Parameters in a Command Line, or the value associated with a Qualifier.

UI_GET_DECIMAL ) Get Decimal Integer UIGTDE ) Value

UI_GET_DEC_BOUNDS ) Get Decimal Integer UIGTDB ) Upper and Lower Bounds

UI_GET_DEC_LIST ) Get Decimal Integer UIGTDL ) List of Values

UI_GET_DEC_MEMBER ) Get Decimal Integer UIGTDM ) Member of Set

UI_GET_DEC_SET ) Get Decimal Integer UIGTDS ) Set of Values

UI_GET_DOUBLE ) Get Double Precision UIGTDP ) (Real*8) Value

UI_GET_DOUBLE_BOUNDS ) Get Double Precision UIGTPB ) Upper and Lower Bounds

UI_GET_DOUBLE_LIST ) Get Double Precision UIGTPL ) List of Values

UI_GET_DOUBLE_MEMBER ) Get Double Precision UIGTPM ) Member of Set

UI_GET_DOUBLE_SET ) Get Double Precision UIGTPS ) Set of Values

UI_GET_FILENAME ) Get Filename UIGTFI )

UI_GET_HEX ) Get Hexadecimal Value UIGTHX )

UI_GET_HEX_BOUNDS ) Get Hexadecimal Upper UIGTHB ) and Lower Bounds

UI_GET_HEX_LIST ) Get Hexadecimal List UIGTHL ) of Values

UI_GET_HEX_MEMBER ) Get Hexadecimal UIGTHM ) Member of Set

UI_GET_HEX_SET ) Get Hexadecimal Set UIGTHS ) of Values

UI_GET_INTEGER ) Get Integer Value UIGTIN )

UI_GET_INT_BOUNDS ) Get Integer Upper and UIGTIB ) Lower Bounds

UI_GET_INT_LIST ) Get Integer List UIGTIL ) of Values

UI_GET_INT_MEMBER ) Get Integer UIGTIM ) Member of Set

UI_GET_INT_SET ) Get Integer Set UIGTIS ) of Values

UI_GET_LINE ) Get Line of Text UIGTLI )

UI_GET_LOGICAL ) Get True/False Response UIGTLO )

UI_GET_LOG_SET ) Get True/False Set UIGTLS ) of Values

UI_GET_OCTAL ) Get Octal Value UIGTOC )

UI_GET_OCT_BOUNDS ) Get Octal Upper and UIGTOB ) Lower Bounds

UI_GET_OCT_LIST ) Get Octal List UIGTOL ) of Values

UI_GET_OCT_MEMBER ) Get Octal UIGTOM ) Member of Set

UI_GET_OCT_SET ) Get Octal Set UIGTOS ) of Values

UI_GET_ONOFF ) Get On/Off response UIGTON )

UI_GET_REAL ) Get Floating (Real) UIGTRE ) Value

UI_GET_REAL_BOUNDS ) Get Real Upper and UIGTRB ) Lower Bounds

UI_GET_REAL_LIST ) Get Real List UIGTRL ) of Values

UI_GET_REAL_MEMBER ) Get Real UIGTRM ) Member of Set

UI_GET_REAL_SET ) Get Real Set UIGTRS ) of Values

UI_GET_TEXT ) Get Text String UIGTTX )

UI_GET_TEXT_LIST ) Get Text List UIGTRL ) of Values

UI_GET_TEXT_MEMBER ) Get Text UIGTTM ) Member of Set

UI_GET_YESNO ) Get Yes/No response UIGTYE )

UI_PAUSE ) Prompt for Operator UIPAUS ) Action




next up previous contents
Next: Prompt for Decimal Up: Contents Previous: Prompted Input Help



Liz Buckle
Fri Jan 13 17:33:22 CST 1995