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: GMPLMENU

Package: Problem List

Routine: GMPLMENU


Information

GMPLMENU ; SLC/MKB -- VALM Utilities for Add Menu sub-list ;5/26/94 15:55

Source Information

Source file <GMPLMENU.m>

Entry Points

Name Comments DBIA/ICR reference
HDR ; -- header code
HELP ; -- help code
EXIT ; -- exit code
MSG() ; -- set LMgr msg bar
BUILD ; -- Build ^TMP("GMPLMENU",$J,"LIST") list to display
BLD1
BLDQ
KEYS ; -- setup XQORM("KEY") array for menu
CK ; -- check whether to stop processing after each problem
; Called from exit action of GMPL LIST XXX protocols
ITEM ; -- select item from menu
ITQ
CLU ; -- add problem not on menu, from CLU

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!?4,"You may select one or more of the above listed items by entering"
  • Line Location: HELP+2
Function Call: WRITE
  • Prompt: !?4,"its display number (1-"_CNT_") at the prompt; if the text if followed"
  • Line Location: HELP+3
Function Call: WRITE
  • Prompt: !?4,"by '...', all problems under that heading will be displayed for"
  • Line Location: HELP+4
Function Call: WRITE
  • Prompt: !?4,"selection. Enter AD to select a problem not listed above."
  • Line Location: HELP+5
Function Call: WRITE
  • Prompt: !?4,"If you enter a list or range of numbers to add several problems,"
  • Line Location: HELP+6
Function Call: WRITE
  • Prompt: !?4,"you will be presented with each to complete, one at a time."
  • Line Location: HELP+7
Function Call: WRITE
  • Prompt: !!,"Press <return> to continue ..."
  • Line Location: HELP+9
Function Call: WRITE
  • Prompt: !!!,">>> Adding problem #"_NUM_" '"_GMPROB_"' ..."
  • Line Location: ITEM+10
Function Call: WRITE
  • Prompt: !!!,">>> Adding a problem not on the menu ..."
  • Line Location: CLU+1
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: CLU+2
Info |  Source |  Entry Points |  Interaction Calls