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

Package: Kernel

Routine: XQT2


Information

XQT2 ;SEA/Luke - Define a path template ;06/07/99 11:23

Source Information

Source file <XQT2.m>

Entry Points

Name Comments DBIA/ICR reference
EN ;Entry point for Create a Template Option.
INF
ASK ;Show user the choices and get the next option, if any
RD1
CHK
STORE ;Continued in the program ^XQT3
OUT ;Clean up and quit
O1
BACK ;Back up to last menu-type option and put it on the stack
SET ;Rebuild display nodes if neccissary

Interaction Calls

Name Line Occurrences
Function Call: READ
  • Variable: XQUR
  • Timeout: DTIME
  • Line Location: INF+0
Function Call: WRITE
  • Prompt: !?3,"Answer 'Y' if you want some instructions, 'N' if you don't."
  • Line Location: INF+0
Function Call: WRITE
  • Prompt: @IOF,?18,"CREATING A MENU TEMPLATE",!!?5,"Choose an option, type RETURN to back up one level,",!?5,"'+' to store the completed template, or '^' to quit.",!
  • Line Location: ASK+1
Function Call: READ
  • Variable: XQUR
  • Timeout: DTIME
  • Line Location: RD1+0
Function Call: WRITE
  • Prompt: *7,!?3,"Sorry, no jumping."
  • Line Location: RD1+1
Function Call: WRITE
  • Prompt: !?3,"Enter an option, '+' to store the template,",!?3,"'??' for more help, or '^' to forget the whole thing."
  • Line Location: RD1+2
Function Call: WRITE
  • Prompt: " ??",*7
  • Line Location: RD1+11
Function Call: READ
  • Variable: %
  • Timeout: DTIME
  • Line Location: CHK+0
Function Call: WRITE
  • Prompt: !!,"A menu template that contains only your log-on menu? Sorry, that's not",!?5,*7,"allowed. Use '^^' to return to your log-on menu instead."
  • Line Location: STORE+1
Info |  Source |  Entry Points |  Interaction Calls