Next: , Previous: , Up: Fortran main entry points   [Contents][Index]


3.1.5 evaluator_get_string_chars

Synopsis

subroutine evaluator_get_string_chars (evaluator) integer*8 ::
evaluator character(len=*) :: string end subroutine
evaluator_get_string_chars

Description

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.

Return value

None.

See also

evaluator_create, evaluator_destroy, evaluator_get_string_length