hms_current_string Subroutine

public subroutine hms_current_string(string)

HMS_CURRENT_STRING writes the current HMS data into a string.

Example:

STRING = ' 9:45:54.872 AM'

Licensing:

This code is distributed under the GNU LGPL license.

Modified:

26 February 2005

Author:

John Burkardt

Parameters:

Output, character ( len = * ) STRING, contains the HMS information.
A character length of 15 should always be sufficient.

Arguments

Type IntentOptional AttributesName
character(len=*) :: string

Called by

proc~~hms_current_string~~CalledByGraph proc~hms_current_string hms_current_string proc~hms_current_print hms_current_print proc~hms_current_print->proc~hms_current_string

Contents

None