| Usage |
"a" = argument, "r" = referenced, "s" = set
call addgroup (with the following arguments)
NumberEdit [variable i*4 sr]
StatusFlag [variable char*4 ar]
FileStatus [variable char*11 r]
WindowNumber [variable i*4 ar]
CoastEditCount [variable i*4 sr]
TekWest [variable i*4 a]
TekEast [variable i*4 a]
TekSouth [variable i*4 a]
TekNorth [variable i*4 a]
ModifiedData [variable char*3 s]
TimeGapEdit [variable i*4 r]
ExpertNovice [variable char*1 r]
|
| Reads |
read (*, ' (q,a17) ', end = 99) Length,
* CoastEditLine (CoastEditCount)
|
| Calls |
call dwindo (LongWestWindow (WindowNumber),
* LongEastWindow (WindowNumber),
* LatSouthWindow (WindowNumber),
* LatNorthWindow (WindowNumber) )
call twindo (TekWest, TekEast, TekSouth, TekNorth)
call specialmode ('TEXT')
call anyprompt
call getkey (Key, KeyValue)
call changecase ('CAPITAL', Key)
call specialmode ('TEXT')
call cursor (AsciiCode,
* NewLong (UpdateCount),
* NewLat (UpdateCount) )
call specialmode ('TEXT')
call anykey
call specialmode ('POINT')
call valid (StatusFlag,
* AsciiCode,
* NewLong (UpdateCount),
* NewLat (UpdateCount),
* WindowNumber)
call pointa (NewLong (UpdateCount) ,
* NewLat (UpdateCount) )
call drawa (NewLong (UpdateCount) ,
* NewLat (UpdateCount) )
call specialmode ('TEXT')
call yesno ('Y[N]', Answer)
call pointa (NewLong (UpdateCount-1) ,
* NewLat (UpdateCount-1) )
call drawa (NewLong (UpdateCount) ,
* NewLat (UpdateCount) )
call specialmode ('TEXT')
|