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

Package: Registration

Routine: DGMTSCU1


Information

DGMTSCU1 ;ALB/RMO/CAW - Means Test Screen Display Utilities ;21 JAN 1992 8:00 pm

Source Information

Source file <DGMTSCU1.m>

Entry Points

Name Comments DBIA/ICR reference
YN(X) ;Output Yes/No
; Input -- X 1, 0 or ""
; Output -- YES, NO or UNANSWERED
AMT(X) ;Output Dollar Amount
; Input -- X Amount
; Output -- Dollar amount
DATE(X) ;Output Date
; Input -- X Date
; Output -- Date
LYR(X) ;Last Year
; Input -- X Date
; Output -- Last Year
  • ICR #760
    • Status: Active
    • Usage: Private
    TOT(X,R1,R2) ;Compute Total
    ; Input -- X String to total
    ; R1 Beginning of range
    ; R2 End of Range
    ; Output -- Total
    UL(X,L) ;Underline
    ; Input -- X Underline Character
    ; Output -- Underline String
    HIGH(Z,ACT) ; Highlight certain text
    ; Input -- Z Character(s) to highlight
    ; ACT MT action
    ; Ouput -- Hightlighted character

    Interaction Calls

    Name Line Occurrences
    Function Call: WRITE
    • Prompt: ?131,$C(13)
    • Line Location: UL+3
    Function Call: WRITE
    • Prompt: !
    • Condition for execution: X["-"
    • Line Location: UL+3
    Function Call: WRITE
    • Prompt: !
    • Line Location: HIGH+4
    Function Call: WRITE
    • Prompt: Z
    • Line Location: HIGH+5
    Function Call: WRITE
    • Prompt: DGVI,Z,DGVO
    • Line Location: HIGH+6
    Info |  Source |  Entry Points |  Interaction Calls