Next: evaluator_get_variables_length
, Previous: evaluator_get_string_length
, Up: Fortran main entry points [Contents][Index]
evaluator_get_string_chars
subroutine evaluator_get_string_chars (evaluator) integer*8 :: evaluator character(len=*) :: string end subroutine evaluator_get_string_chars
Write textual representation (i.e. mathematical function) of evaluator
object pointed by evaluator
to string specified. For notation
used, see evaluator_create
documentation. In order to
declare string of appropriate length to be passed to this function,
evaluator_get_string_length
function should be utilized.
None.