Expanded description
| Topic |
Description |
| Name |
gettheme |
| Synopsis |
/infobank/programs/html/makefmeta/gettheme.for |
| Description |
Subroutine to include THEME KEYWORDS formal metadata.
|
| Opens |
open (unit = TempUnit,
* file = '/tmp/theme.temp',
* status = 'old',
* form = 'formatted',
* access = 'sequential')
|
| Reads |
read (TempUnit, '(i8)') Count
|
| Writes |
write (Command, '(512x)')
write (Command, 1) Search, ID(1:1), ID(1:IDLength),
* LongID(1:IDLength+3), DataType
write (OutUnit, 2) Replace
|
| Calls |
call stringlen (Command, CommandLength)
call system (Command(1:CommandLength))
|
|