12.07.2015 Views

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

2 Intel <strong>Fortran</strong> <strong>Libraries</strong> <strong>Reference</strong>See Also: “DLGINIT, DLGINITWITHRESOURCEHANDLE”, “DLGMODAL,DLGMODALWITHPARENT”, “DLGMODELESS”, “DLGSET, DLGSETINT, DLGSETLOG,DLGSETCHAR”, “DLGSETSUB”DLGGET, DLGGETINT, DLGGETLOG, DLGGETCHARDialog Functions: Return the state of the dialog control variable. These functions are onlyavailable on Windows* systems on IA-32 processors.Module: USE IFLOGMSyntaxresult = DLGGET (dlg, controlid, value [, index])result = DLGGETINT (dlg, controlid, value [, index])result = DLGGETLOG (dlg, controlid, value [, index])result = DLGGETCHAR (dlg, controlid, value [, index])dlg(Input) Derived type dialog. Contains dialog box parameters. The components of the typedialog are defined with the PRIVATE attribute, and cannot be changed or individually accessedby the user.controlid(Input) Integer. Specifies the identifier of a control within the dialog box. Can be either thesymbolic name for the control or the identifier number, both listed in the Include file (withextension .FD).value(Output) Integer, logical, or character. The value of the control’s variable.index(Input; optional) Integer. Specifies the control variable whose value is returned. Necessary if thecontrol has more than one variable of the same data type and you do not want to get the value ofthe default for that type.Results:The result type is LOGICAL(4). The result is .TRUE. if successful; otherwise, the result is.FALSE..2-52

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!