| 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 cursor (TemporaryAscii,
* OldLong,
* OldLat)
call specialmode ('TEXT')
call valid (StatusFlag,
* TemporaryAscii,
* OldLongStartPnt,
* OldLatStartPoint,
* WindowNumber)
call search (StartPoint,
* OldLatStartPoint,
* OldLongStartPnt ,
* 'EDITABLE',
* WindowNumber,
* 'D')
call point (LatEdit (StartPoint),
* LongEdit (StartPoint),
* TekWest,
* TekEast,
* TekSouth,
* TekNorth,
* WindowNumber,
* 'O')
call specialmode ('TEXT')
call anyprompt
call getkey (Key, KeyValue)
call changecase ('CAPITAL', Key)
call cursor (TemporaryAscii,
* TemporaryLong,
* TemporaryLat)
call specialmode ('TEXT')
call valid (StatusFlag,
* TemporaryAscii,
* LongEdit (StartPoint),
* LatEdit (StartPoint),
* WindowNumber)
call specialmode ('TEXT')
call anyprompt
call getkey (Key, KeyValue)
call changecase ('CAPITAL', Key)
call cursor (TemporaryAscii,
* OldLong,
* OldLat)
call specialmode ('TEXT')
call valid (StatusFlag,
* TemporaryAscii,
* OldLongEndPoint,
* OldLatEndPoint,
* WindowNumber)
call search (EndPoint,
* OldLatEndPoint,
* OldLongEndPoint,
* 'EDITABLE',
* WindowNumber,
* 'D')
call point (LatEdit (EndPoint),
* LongEdit (EndPoint),
* TekWest,
* TekEast,
* TekSouth,
* TekNorth,
* WindowNumber,
* 'O')
call specialmode ('TEXT')
call anyprompt
call getkey (Key, KeyValue)
call changecase ('CAPITAL', Key)
call cursor (TemporaryAscii,
* TemporaryLong,
* TemporaryLat)
call specialmode ('TEXT')
call valid (StatusFlag,
* TemporaryAscii,
* LongEdit (EndPoint),
* LatEdit (EndPoint),
* WindowNumber)
|