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

Menu with a personal subroutine

ruben_alvarado
Beginner
714 Views

I would like to know if is possivel to assign a personal subroutine to the menu bar with the comand "APPENDMENUQQ" , if it is how I do that.

Regards,

Ruben Paredes

0 Kudos
1 Reply
Steven_L_Intel1
Employee
714 Views
Yes - you can supply your own routine as the ROUTINE argument - just declare it EXTERNAL. The routine has one argument of type LOGICAL indicating whether the menu entry is checked or not.
0 Kudos
Reply