Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://xmm.vilspa.esa.es/sas/6.5.0/doc/ssclib/node114.html
Дата изменения: Tue Aug 16 01:58:15 2005 Дата индексирования: Sat Dec 22 08:54:10 2007 Кодировка: Поисковые слова: п р п р п р п р п р п |
Many ASCII codes are not associated with a printable character and thus it can be hard to determine all the characters in a string just by printing it to standard output. The present subroutine takes a string, chops it into individual characters, and prints the ASCII code of each character plus its associated printable character, if there is one.
subroutine dumpString(str) character(*), intent(in) :: str end subroutine dumpString