| Usage |
"a" = argument, "r" = referenced, "s" = set
call addpoint (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 ar]
TekEast [variable i*4 ar]
TekSouth [variable i*4 ar]
TekNorth [variable i*4 ar]
ModifiedData [variable char*3 s]
|
| 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 valid (StatusFlag,
* AsciiCode,
* NewLong (UpdateCount),
* NewLat (UpdateCount),
* WindowNumber)
call pointa (NewLong (UpdateCount) ,
* NewLat (UpdateCount) )
call specialmode ('TEXT')
|