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

Package: List Manager

Routine: VALM40


Information

VALM40 ;ALB/MJK - Screen Malipulation Utilities (cont.) ;01/31/2001 14:45

Source Information

Source file <VALM40.m>

Entry Points

Name Comments DBIA/ICR reference
FIND ; -- find text in list
  • ICR #5438
    • Status: Withdrawn
    • Usage: Private
    BEG() ; -- ask if ok to start from top
    SEARCH(START,FINISH) ; -- search to end or first hit
    ; input: START := line to start search on
    ; FINISH := line to end search on
    UPD(LINE,TEXT) ; -- set/unset video attribute on text
    ; input: LINE := number of line
    ; TEXT := chars to set attribute on
    UP ; -- display last screen (UP)
  • ICR #5438
    • Status: Withdrawn
    • Usage: Private
    DOWN ; -- display next line (DN)
  • ICR #5438
    • Status: Withdrawn
    • Usage: Private
    RIGHT(VALMNOD) ; -- move view to right
  • ICR #5438
    • Status: Withdrawn
    • Usage: Private
    LEFT(VALMNOD) ; -- move view to left
  • ICR #5438
    • Status: Withdrawn
    • Usage: Private
    GOTO ; -- go to page #
  • ICR #5438
    • Status: Withdrawn
    • Usage: Private
    GOTOQ

    Interaction Calls

    Name Line Occurrences
    Function Call: WRITE
    • Prompt: !
    • Line Location: FIND+13
    Function Call: WRITE
    • Prompt: !!,"<<< End of list >>>"
    • Line Location: BEG+1
    Function Call: WRITE
    • Prompt: !,"...searching for '"_VALMFIND_"'"
    • Line Location: SEARCH+5
    Function Call: WRITE
    • Prompt: $C(7),!!,"Text not found."
    • Line Location: SEARCH+7
    Function Call: WRITE
    • Prompt: $C(7)
    • Line Location: UP+2
    Function Call: WRITE
    • Prompt: $C(7)
    • Line Location: DOWN+2
    Function Call: WRITE
    • Prompt: $C(7)
    • Line Location: RIGHT+4
    Function Call: WRITE
    • Prompt: $C(7)
    • Line Location: LEFT+4
    Function Call: WRITE
    • Prompt: !
    • Line Location: GOTO+12
    Info |  Source |  Entry Points |  Interaction Calls