12.07.2015 Views

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Descriptions of the Library Routines 2itemID(Input) INTEGER(4). Identifies the menu item to be deleted, starting with 0 as the top menu item.Results:The result type is LOGICAL(4). The result is .TRUE. if successful; otherwise, .FALSE..CompatibilityQUICKWIN GRAPHICS LIBSee Also: “APPENDMENUQQ”, “INSERTMENUQQ”, “MODIFYMENUFLAGSQQ”,“MODIFYMENUROUTINEQQ”, “MODIFYMENUSTRINGQQ”, "Using QuickWin" in youruser’s guideExampleUSE IFQWINLOGICAL(4) resultCHARACTER(25) strstr = 'Add to EDIT Menu'C ! Append to 2nd menuresult = APPENDMENUQQ(2, $MENUENABLED, str, WINSTATUS)! Delete third item (EXIT) from menu 1 (FILE)result = DELETEMENUQQ(1, 3)! Delete entire fifth menu (WINDOW)result = DELETEMENUQQ(5,0)ENDDELFILESQQPortability Function: Deletes all files matching the name specification, which can containwildcards (* and ?).Module: USE IFPORTSyntaxresult = DELFILESQQ (files)files(Input) Character*(*). Files to be deleted. Can contain wildcards (* and ?).Results:The result type is INTEGER(2). The result is the number of files deleted.2-47

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

Saved successfully!

Ooh no, something went wrong!