c
c Name to use to call from C/C++: getinpstringc
c
c
subroutine getinpstring(dirname, string, slen)
c
c Getting the current value for an already defined character string
c input parameter
c
c Written by: S. J. Sciutto, La Plata 1999.
c
c
c Arguments:
c =========
c
c dirname......... (input, character*(*)) Name of the parameter.
c string.......... (output, character*(*)) The current parameter
c value. Its length must be at least 16
c characters.
c slen............ (output, integer) The used length of string.
c On error, slen is negative.
c
c Return value: (logical) The current parameter value.
c ============
c
c
c<--->
|
These pages are maintained by Sergio J. Sciutto |
Back to AIRES library index |
| Back to AIRES home |