longest_command_argument(3f) - [ARGUMENTS:M_args] length of longest argument on command line (LICENSE:PD)
Synopsis
Description
Returns
Examples
Author
License
function longest_command_argument() result(ilongest)
integer :: ilongest
length of longest argument on command line. Useful when allocating storage for holding arguments.
longest_command_argument length of longest command argument
Sample program
program demo_longest_command_argument use M_args, only : longest_command_argument write(*,*)longest argument is ,longest_command_argument() end program demo_longest_command_argument
John S. Urban, 2019
Public Domain
Nemo Release 3.1 | longest_command_argument (3) | February 23, 2025 |