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
Print Page as PDF
Routine: LEXAR

Package: Lexicon Utility

Routine: LEXAR


Information

LEXAR ;ISL/KER - Look-up (Interpret User Response) ;04/21/2014

Source Information

Source file <LEXAR.m>

Entry Points

Name Comments DBIA/ICR reference
EN(LEXUR,LEXVDT) ; Interpret user response
APN ; Application Unresolved Narrative
END ; End of Interpretation of the Users Response
SEL ; Selection made
EDU ; End Dialog with the User
EDA ; End Dialog with the Application
LST ; List exist
KLST ; Kill Global List
; ^TMP("LEXFND",$J)
; ^TMP("LEXHIT",$J)
KSCH ; Kill Search Variables
; ^TMP("LEXSCH",$J)
; PCH 55 - The only way to kill ^TMP("LEXSCH",$J) is exiting LEXA1
KARL ; Kill Array List and supporting variables
; LEX("LIST"),LEX("MAT"),LEX("MIN"),LEX("MAX")
LEX ; Set LEX to the number of entries on the list
NAR ; Set LEX("NAR") to the user narrative
MAX ; Set LEX("MAX") to the last entry reviewed by the user
MIN ; Set LEX("MIN") to the first entry reviewed by the user
EML ; Set LEX("EXM") post-selection IEN^Expression text
EMF ; Set LEX("EXM") pre-selection LIST#^Expression text
MAT ; Set "matches found" string and top of list flag
; LEX("MAT") # Matches found
; ^TMP("LEXSCH",$J,"TOL",0) 1 - Top of list
; 0 - Not top of list
Info |  Source |  Entry Points