Changeset 122 for ccr/trunk/p/GPLCCD1.m


Ignore:
Timestamp:
Aug 30, 2008, 3:13:15 PM (16 years ago)
Author:
George Lilly
Message:

XINDEX fixes. almost clean except for long var names and big files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ccr/trunk/p/GPLCCD1.m

    r85 r122  
    1 GPLCCD0 ; CCDCCR/GPL - CCD TEMPLATE AND ACCESS ROUTINES; 6/7/08
     1GPLCCD1 ; CCDCCR/GPL - CCD TEMPLATE AND ACCESS ROUTINES; 6/7/08
    22 ;;0.1;CCDCCR;nopatch;noreleasedate
    33 ;Copyright 2008 WorldVistA.  Licensed under the terms of the GNU
     
    2626          ; BAT is a string identifying the section
    2727          ; LINE is a test which will evaluate to true or false
    28           ; I '$G(@ZARY) D
    29           . S @ZARY@(0)=0 ; initially there are no elements
    30           . W "GOT HERE LOADING "_LINE,!
     28          ; I '$G(@ZARY) D  ; IF ZARY DOES NOT EXIST '
     29          ; . S @ZARY@(0)=0 ; initially there are no elements
     30          ; . W "GOT HERE LOADING "_LINE,!
    3131          N CNT ; count of array elements
    3232          S CNT=@ZARY@(0) ; contains array count
Note: See TracChangeset for help on using the changeset viewer.