Expanded description
| Topic |
Description |
| Name |
browse |
| Synopsis |
/infobank/programs/html/makefmeta/browse.for |
| Description |
Subroutine to construct BROWSE GRAPHIC formal metadata.
|
| Writes |
write (OutUnit, '(1x)')
write (OutUnit, 154) PathName, LongID, DataType
write (OutUnit, 155) DataText, CapLongID
|
| Calls |
call head (2, OutUnit,
* 'Browse_Graphic:')
call value (3, OutUnit,
* 'Browse_Graphic_File_Type: ',
* 'GIF')
|
|