Expanded description
| Topic |
Description |
| Name |
zerotimes |
| Synopsis |
/infobank/programs/edit/zerotimes/zerotimes.for |
| Description |
Program to mark records that have a zero time jump.
Such records have a "#" appended.
|
| Author |
Clint Steele 11/1/2002
|
| Reads |
read (90, '(q,a)',end=99)
* alinelength, aline(1:alinelength)
|
| Writes |
write (91, '(a)') aline(1:alinelength)
write (91, '(a)') aline(1:alinelength)//'#'
write (91, '(a)') aline(1:alinelength)
|
| Calls |
call openem (1,1)
|
|