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