Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: INHUTST

INHUTST.m

Go to the documentation of this file.
  1. INHUTST ;DGH; 10 May 96 13:39; Utility routine with stub tags
  1. ;;3.01;BHL IHS Interfaces with GIS;;JUL 01, 2001
  1. ;COPYRIGHT 1991-2000 SAIC
  1. ;
  1. STORE ;This is a test lookup-store routine for incoming DBSS messages.
  1. ;It simply quits.
  1. Q
  1. ;
  1. QUIT ;Just quit
  1. Q
  1. ;
  1. TF(%) ;set $T to true or false
  1. ;% - value for $T ( 1 or 0 (def) )
  1. I '$G(%) D FALSE Q
  1. D TRUE
  1. Q
  1. TRUE ;Sets $T to 1
  1. I 1
  1. Q
  1. FALSE ;Set $T to 0
  1. I 0
  1. Q
  1. DEST ;Tag dest contains allowable message types for incoming messages
  1. S INDSTP=""
  1. Q