| Writes |
write (NoSpaceName, '(512x)')
write (92, '(2x,a)') '<t
write (92, '(4x,a)')
* '<td valign="top" align="right" width="10%
write (92, '(6x,a)') '<b>'//NoSpaceName(1:NoSpaceLen
* ':</
write (92, '(4x,a,/)') '</t
write (92, '(4x,a)') '<td valign="middle
write (SubName, '(255x)')
write (92, '(6x,a)')
* '<a href="http://walrus.wr.usgs.gov
* '/infobank/gazette/html/'//
* SubName(28:SubNameLength-8)//'html"&g
write (92, '(8x,a)')
* Equip(3,SubLoop)(1:SubLength3)
write (92, '(6x,a,/)') '</a> &
write (SubName, '(255x)')
write (92, '(6x,a)')
* '<a href="http://walrus.wr.usgs.gov
* '/infobank/gazette/html/'//
* SubName(28:SubNameLength-8)//'html"&g
write (92, '(8x,a)')
* Equip(2,SubLoop)(1:SubLength2)
write (92, '(6x,a,/)') '</a> &
write (SubName, '(255x)')
write (92, '(6x,a)')
* '<a href="http://walrus.wr.usgs.gov
* '/infobank/gazette/html/'//
* SubName(28:SubNameLength-8)//'html"&g
write (92, '(8x,a)')
* Equip(1,SubLoop)(1:SubLength1)
write (92, '(6x,a,/)') '</a> &
write (92, '(4x,a)') '</t
write (92, '(2x,a,/)') '</t
|
| Calls |
call stringlen (NoSpaceName, NoSpaceLength)
call stringlen (Equip(1,SubLoop), SubLength1)
call stringlen (Equip(2,SubLoop), SubLength2)
call stringlen (Equip(3,SubLoop), SubLength3)
call stringlen (Equip(3,SubLoop), SubLength)
call stringlen (SubName, SubNameLength)
call changecase ('SMALLS', SubName(1:SubNameLength))
call stringlen (Equip(2,SubLoop), SubLength)
call stringlen (SubName, SubNameLength)
call changecase ('SMALLS', SubName(1:SubNameLength))
call stringlen (Equip(1,SubLoop), SubLength)
call stringlen (SubName, SubNameLength)
call changecase ('SMALLS', SubName(1:SubNameLength))
|