c
c Routine directly callable from C/C++ (it could be necessary to
c append an underscore, "_", to its name depending on the C/C++
c compiler used).
c
c
subroutine datidecode(cstring, ispos, dti)
c
c Decoding a six-character string into the corresponding integer
c date and time array.
c
c Written by: S. J. Sciutto, La Plata 1996, 2010.
c
c
c Arguments:
c =========
c
c cstring......... (input, character*(*)) The string containing the
c encoded data.
c ispos........... (input-output, integer) As input: Position of
c first character of "cstring" to use, minus 1.
c As output: Last processed character.
c dti............. (output, integer, array(6)) The decoded date
c and time, in integer format.
c
c
c<--->
|
These pages are maintained by Sergio J. Sciutto |
Back to AIRES library index |
| Back to AIRES home |