Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Functions for getting Input

Ambaprasad_P_
Beginner
793 Views

Dear Steve

What are the functions available for soliciting input from the user in QWIN like MESSAGEBOXQQ ?

Regards

0 Kudos
1 Reply
Steven_L_Intel1
Employee
793 Views

MESSAGEBOXQQ doesn't solicit input, other than a click of a button. You can, of course, use that in a QuickWin program if you want. More generally, you can use standard Fortran I/O to read from a "user window" in QuickWin or could use the dialog box support in module IFLOGM. See https://software.intel.com/en-us/compiler_winapp_f for more.

0 Kudos
Reply