|
FEDEM Solver
R8.0
Source code of the dynamics solver
|
Writes a character string at a specified file location. More...
Public Member Functions | |
| subroutine | putchardb (fileNum, afterTag, data, status) |
Writes a character string at a specified file location.
| [in] | fileNum | File handle for the file to write to |
| [in] | afterTag | Tag identifien the file position to write to |
| [in] | data | The character string to write |
| [out] | status | Exit status (negative on error, otherwise number of bytes written) |
| subroutine binarydbinterface::putCharDB::putchardb | ( | integer, intent(in) | fileNum, |
| character, dimension(*), intent(in) | afterTag, | ||
| character, dimension(*), intent(in) | data, | ||
| integer, intent(out) | status | ||
| ) |