Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points |  Interaction Calls
Print Page as PDF
Routine: LEXDMGO

Package: Lexicon Utility

Routine: LEXDMGO


Information

LEXDMGO ;ISL/KER - Defaults - Manager/Overwrite ;04/21/2014

Source Information

Source file <LEXDMGO.m>

Entry Points

Name Comments DBIA/ICR reference
OVER(LEXX) ; Replace existing defaults
OVERW(LEXX) ; Ask to overwrite (replace)
OVERP ; Get user response
OVRH ; Overwrite help
OVRCHG ; Display effects of overwrite changes
DISCHG ; Display changes
CHG(LEXDVAL,LEXDNAM) ; Changes

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !
  • Line Location: OVERW+1
Function Call: WRITE
  • Prompt: !!," By answering No:"
  • Line Location: OVRH+1
Function Call: WRITE
  • Prompt: !!," Existing defaults will have precedence over the selected changes"
  • Line Location: OVRH+2
Function Call: WRITE
  • Prompt: !," Replacing or deleting existing defaults will not be allowed"
  • Line Location: OVRH+3
Function Call: WRITE
  • Prompt: !," Adding defaults where none previously existed will be allowed"
  • Line Location: OVRH+4
Function Call: WRITE
  • Prompt: !!," By answering Yes:"
  • Line Location: OVRH+5
Function Call: WRITE
  • Prompt: !!," Selected changes will have precedence over existing defaults"
  • Line Location: OVRH+6
Function Call: WRITE
  • Prompt: !," Adding defaults where none previously existed will be allowed",!
  • Line Location: OVRH+7
Function Call: WRITE
  • Prompt: !,"Replace existing defaults:"
  • Line Location: OVRCHG+2
Function Call: WRITE
  • Prompt: " Yes, existing defaults will be changed",!
  • Line Location: OVRCHG+3
Function Call: WRITE
  • Prompt: !!,"Replace existing defaults:"
  • Line Location: OVRCHG+5
Function Call: WRITE
  • Prompt: " No, existing defaults will remain unaltered",!
  • Line Location: OVRCHG+6
Function Call: WRITE
  • Prompt: !," No changes made to the default ",LEXDNAM
  • Line Location: CHG+2
Function Call: WRITE
  • Prompt: !," Existing ",LEXDNAM," will be replaced"
  • Line Location: CHG+4
Function Call: WRITE
  • Prompt: !," Existing ",LEXDNAM," will be deleted"
  • Line Location: CHG+6
Info |  Source |  Entry Points |  Interaction Calls