GTSTRG
Utility/Data Access SubroutineRetrieves values stored in a Reference_String entity.
Use
The function can be called by any user-defined subroutine.
Format
- Fortran Calling Syntax
- CALL GTSTRG(ID, STRING, NCHARS, ISTAT)
- C/C++ Calling Syntax
- c_gtstrg(id, string, nchars, istat)
- Python Calling Syntax
- [string, istat] = py_gtstrg(ID)
- MATLAB Calling Syntax
- [string, istat] = m_gtstrg(ID)
Attributes
- ID
- [integer]
Output
- STRING
- [character*(*)]
- ISTAT
- [integer]
- NCHARS
- [integer]