Ignore:
Timestamp:
Sep 30, 2013, 8:26:21 PM (11 years ago)
Author:
George Lilly
Message:

misc updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fmts/trunk/p/C0XGET1.m

    r1539 r1629  
    11C0XGET1 ; GPL - Fileman Triples entry point routine ;1/12/12  17:05
    2         ;;1.0;FILEMAN TRIPLE STORE;;Sep 26, 2012;Build 10
     2        ;;1.0;FILEMAN TRIPLE STORE;;Sep 26, 2012;Build 11
    33        ;Copyright 2011 George Lilly.  Licensed under the terms of the GNU
    44        ;General Public License See attached copy of the License.
     
    403403        q
    404404        ;
     405ISSUB(STR) ; returns true if STR is a subject of some triples
     406 N ZZIEN
     407 S ZZIEN=$$IENOF(STR) ; string pointer value
     408 N ZTN S ZTN=C0XFARY("C0XTN") ; location of triples
     409 ;N ZTN S ZTN=$NA(^C0X(101)) ; location of triples -- change this to use FARY --- gpl
     410 I $O(@ZTN@("SPO",ZZIEN,""))'="" Q 1
     411 E  Q ""
     412 Q
     413 ;
    405414IENOF(ZSTRING,FARY)     ; EXTRINSIC WHICH RETURNS THE IEN OF ZS IN THE STRINGS FILE
    406415        I '$D(FARY) D  ;
Note: See TracChangeset for help on using the changeset viewer.