FEDEM Solver
R8.0
Source code of the dynamics solver
|
Reads a character string from a specified binary file. More...
Public Member Functions | |
subroutine | readchardb (fileNum, data, nData, status) |
Reads a character string from a specified binary file.
[in] | fileNum | File handle for the file to read from |
[in] | data | The character string to read into |
[in] | nData | Number of characters to read |
[out] | status | Exit status (negative on error, otherwise number of bytes read) |
subroutine binarydbinterface::readCharDB::readchardb | ( | integer, intent(in) | fileNum, |
character, dimension(*), intent(out) | data, | ||
integer, intent(in) | nData, | ||
integer, intent(out) | status | ||
) |